Skip to content

Commit

Permalink
Changes for libfwevt update
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Apr 26, 2024
1 parent 126297f commit 438af26
Show file tree
Hide file tree
Showing 9 changed files with 195 additions and 84 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
CONFIGURE_OPTIONS: "--enable-static-executables"

matrix:
allow_failures:
- TARGET: mingw-w64-gcc-python

install:
- cmd: if [%BUILD_ENVIRONMENT%]==[msbuild] (
git clone https://github.com/libyal/vstools.git ..\vstools )
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.71])

AC_INIT(
[libevtx],
[20240421],
[20240425],
[[email protected]])

AC_CONFIG_SRCDIR(
Expand Down
1 change: 1 addition & 0 deletions evtxtools/evtxtools_libfwevt.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include <libfwevt_xml_document.h>
#include <libfwevt_xml_tag.h>
#include <libfwevt_xml_template_value.h>
#include <libfwevt_xml_value.h>

#else

Expand Down
1 change: 1 addition & 0 deletions libevtx/libevtx_libfwevt.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include <libfwevt_xml_document.h>
#include <libfwevt_xml_tag.h>
#include <libfwevt_xml_template_value.h>
#include <libfwevt_xml_value.h>

#else

Expand Down
Loading

0 comments on commit 438af26

Please sign in to comment.