2022-02-28 00:50:04 +01:00
|
|
|
--- a/libarchive/archive.h
|
|
|
|
+++ b/libarchive/archive.h
|
2016-05-03 10:06:03 +02:00
|
|
|
@@ -96,11 +96,6 @@
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
-/* Large file support for Android */
|
2022-02-28 00:50:04 +01:00
|
|
|
-#if defined(__LIBARCHIVE_BUILD) && defined(__ANDROID__)
|
2016-05-03 10:06:03 +02:00
|
|
|
-#include "android_lf.h"
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/*
|
|
|
|
* On Windows, define LIBARCHIVE_STATIC if you're building or using a
|
|
|
|
* .lib. The default here assumes you're building a DLL. Only
|