aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2011-02-22 10:45:47 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-02-22 10:45:47 -0800
commit17e13529b485f957291db936c326f1fb6d791128 (patch)
treeb4dc8d067e452804c3cca75c4b5f479db7f12c11
parent4116eceda2ed37de99be60413665722d74870a00 (diff)
parentee3745b893e797e165d2467be27f0f664c7ba83a (diff)
downloadicu4c-17e13529b485f957291db936c326f1fb6d791128.tar.gz
Merge "Clean up use of HAVE_ANDROID_OS"
-rw-r--r--common/unicode/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/unicode/platform.h b/common/unicode/platform.h
index ff5a2d54..41c26677 100644
--- a/common/unicode/platform.h
+++ b/common/unicode/platform.h
@@ -263,7 +263,7 @@ typedef unsigned int uint32_t;
// it represent whether we are compiling for Android, and if that's
// the case then we might as well use the standard definition instead.
// END android-note
-#if HAVE_ANDROID_OS
+#ifdef HAVE_ANDROID_OS
#define U_HAVE_WCHAR_H 0
#define U_SIZEOF_WCHAR_T 1