]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/icuplugimp.h
ICU-64252.0.1.tar.gz
[apple/icu.git] / icuSources / common / icuplugimp.h
index 53b9c0cd6f0d9c762ab956f01d2c8c9f9346143b..3cad8f87f18ca2cccc9dc6b23a1f422dfad6c51d 100644 (file)
@@ -1,7 +1,9 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 ******************************************************************************
 *
-*   Copyright (C) 2009-2010, International Business Machines
+*   Copyright (C) 2009-2015, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ******************************************************************************
@@ -21,6 +23,8 @@
 
 #include "unicode/icuplug.h"
 
+#if UCONFIG_ENABLE_PLUGINS
+
 /*========================*/
 /** @{ Library Manipulation  
  */
@@ -85,3 +89,5 @@ uplug_getPluginFile(void);
 /** @} */
 
 #endif
+
+#endif