Skip to content

Commit 3717bd8

Browse files
author
auxten
committed
Remove __ANDROID__
1 parent 211814e commit 3717bd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

icucompat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* limitations under the License.
1919
*/
2020

21-
#if defined(__ANDROID__) && !defined(WCDB_ICU_DIRECT_LINKING)
21+
#if !defined(WCDB_ICU_DIRECT_LINKING)
2222

2323
#define ICUCOMPAT_IMPL
2424

@@ -131,4 +131,4 @@ void destroy_icucompat()
131131
s_libicui18n_so = NULL;
132132
}
133133

134-
#endif // defined(__ANDROID__) && !defined(WCDB_ICU_DIRECT_LINKING)
134+
#endif // !defined(WCDB_ICU_DIRECT_LINKING)

0 commit comments

Comments
 (0)