| Index: source/common/icuplugimp.h
|
| diff --git a/source/common/icuplugimp.h b/source/common/icuplugimp.h
|
| index 53b9c0cd6f0d9c762ab956f01d2c8c9f9346143b..6b4f12279a9f65d620f458054ba895d0833171e3 100644
|
| --- a/source/common/icuplugimp.h
|
| +++ b/source/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
|
|
|