]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/icuinfo/testplug.c
ICU-66108.tar.gz
[apple/icu.git] / icuSources / tools / icuinfo / testplug.c
index 73e85881097473c4ed3bf8a26ce80b8dec1b2e04..011a2b2159bbbeab3606dcbc85d62f2d45d6d2c3 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.
 *
 ******************************************************************************
 */
 
 #include "unicode/icuplug.h"
+
+#if UCONFIG_ENABLE_PLUGINS
+/* This file isn't usually compiled except on Windows. Guard it. */
+
 #include <stdio.h> /* for fprintf */
 #include <stdlib.h> /* for malloc */
 #include "udbgutil.h"
@@ -202,3 +208,4 @@ UPlugTokenReturn U_EXPORT2 debugMemoryPlugin (
     return UPLUG_TOKEN;
 }
 
+#endif