We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211814e commit 3717bd8Copy full SHA for 3717bd8
1 file changed
icucompat.c
@@ -18,7 +18,7 @@
18
* limitations under the License.
19
*/
20
21
-#if defined(__ANDROID__) && !defined(WCDB_ICU_DIRECT_LINKING)
+#if !defined(WCDB_ICU_DIRECT_LINKING)
22
23
#define ICUCOMPAT_IMPL
24
@@ -131,4 +131,4 @@ void destroy_icucompat()
131
s_libicui18n_so = NULL;
132
}
133
134
-#endif // defined(__ANDROID__) && !defined(WCDB_ICU_DIRECT_LINKING)
+#endif // !defined(WCDB_ICU_DIRECT_LINKING)
0 commit comments