yacreader/compressed_archive/libp7zip.patch
Luis Ángel San Martín 1903b6753f Update compressed_archive to support the latest version of 7zip 18.05
p7zip has been abandoned and the latest version available is 16.02.
2019-02-18 17:00:30 +01:00

12 lines
282 B
Diff

--- libp7zip/CPP/include_windows/windows.h 2018-09-18 17:17:26.000000000 +0200
--- libp7zip/CPP/include_windows/windows.h 2018-09-18 17:17:24.000000000 +0200
@@ -36,7 +36,7 @@
#define WINAPI
#undef BOOL
-typedef int BOOL;
+typedef signed char BOOL;
#define CREATE_NEW 1