2016-01-04 12:39:40 +01:00
|
|
|
diff -u -r /home/fornwall/lib/android-ndk/sources/android/support/include/iconv.h ./include/iconv.h
|
2016-05-25 22:19:13 +02:00
|
|
|
--- /home/fornwall/lib/android-ndk/sources/android/support/include/iconv.h 2016-03-03 16:54:04.000000000 -0500
|
|
|
|
+++ ./include/iconv.h 2016-05-25 16:15:29.543192668 -0400
|
2016-01-04 12:39:40 +01:00
|
|
|
@@ -28,8 +28,6 @@
|
|
|
|
#ifndef NDK_ANDROID_SUPPORT_ICONV_H
|
|
|
|
#define NDK_ANDROID_SUPPORT_ICONV_H
|
|
|
|
|
|
|
|
-#if !defined(__LP64__)
|
|
|
|
-
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
2016-05-25 22:19:13 +02:00
|
|
|
@@ -43,9 +41,7 @@
|
|
|
|
int iconv_close(iconv_t);
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
-} // extern "C"
|
|
|
|
+}
|
2016-01-04 12:39:40 +01:00
|
|
|
#endif
|
|
|
|
|
|
|
|
-#endif // !__LP64__
|
|
|
|
-
|
2016-05-25 22:19:13 +02:00
|
|
|
-#endif // NDK_ANDROID_SUPPORT_ICONV_H
|
|
|
|
+#endif
|