You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
490 B
15 lines
490 B
diff -u -r ../libarchive-3.2.0/libarchive/archive.h ./libarchive/archive.h
|
|
--- ../libarchive-3.2.0/libarchive/archive.h 2016-04-30 00:44:07.000000000 -0400
|
|
+++ ./libarchive/archive.h 2016-05-02 19:58:33.742590137 -0400
|
|
@@ -96,11 +96,6 @@
|
|
# endif
|
|
#endif
|
|
|
|
-/* Large file support for Android */
|
|
-#ifdef __ANDROID__
|
|
-#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
|
|
|