Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3717bd8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎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)

AltStyle によって変換されたページ (->オリジナル) /