X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..2ca993e82fb37b597a3c73ecd1586a139a6579c5:/icuSources/common/icuplugimp.h diff --git a/icuSources/common/icuplugimp.h b/icuSources/common/icuplugimp.h index 53b9c0cd..6b4f1227 100644 --- a/icuSources/common/icuplugimp.h +++ b/icuSources/common/icuplugimp.h @@ -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