Index: source/common/unicode/icuplug.h |
diff --git a/source/common/unicode/icuplug.h b/source/common/unicode/icuplug.h |
index 61dc2a3eb0afa1d16b59fc13ddc0a1dcd053a691..3a600f7c8a7b0b460c0a7bf04a1b4f92868805d6 100644 |
--- a/source/common/unicode/icuplug.h |
+++ b/source/common/unicode/icuplug.h |
@@ -1,7 +1,7 @@ |
/* |
****************************************************************************** |
* |
-* Copyright (C) 2009-2012, International Business Machines |
+* Copyright (C) 2009-2015, International Business Machines |
* Corporation and others. All Rights Reserved. |
* |
****************************************************************************** |
@@ -108,6 +108,10 @@ |
#include "unicode/utypes.h" |
+#if UCONFIG_ENABLE_PLUGINS |
+ |
+ |
+ |
/* === Basic types === */ |
#ifndef U_HIDE_INTERNAL_API |
@@ -368,4 +372,7 @@ U_INTERNAL void U_EXPORT2 |
uplug_removePlug(UPlugData *plug, UErrorCode *status); |
#endif /* U_HIDE_INTERNAL_API */ |
-#endif |
+#endif /* UCONFIG_ENABLE_PLUGINS */ |
+ |
+#endif /* _ICUPLUG */ |
+ |