]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/icuplugimp.h
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / common / icuplugimp.h
index 53b9c0cd6f0d9c762ab956f01d2c8c9f9346143b..6b4f12279a9f65d620f458054ba895d0833171e3 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ******************************************************************************
 *
-*   Copyright (C) 2009-2010, International Business Machines
+*   Copyright (C) 2009-2015, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ******************************************************************************
@@ -21,6 +21,8 @@
 
 #include "unicode/icuplug.h"
 
+#if UCONFIG_ENABLE_PLUGINS
+
 /*========================*/
 /** @{ Library Manipulation  
  */
@@ -85,3 +87,5 @@ uplug_getPluginFile(void);
 /** @} */
 
 #endif
+
+#endif