X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..340931cb2e044a2141d11567dd0f782524e32994:/icuSources/tools/icuinfo/testplug.c diff --git a/icuSources/tools/icuinfo/testplug.c b/icuSources/tools/icuinfo/testplug.c index 73e85881..011a2b21 100644 --- a/icuSources/tools/icuinfo/testplug.c +++ b/icuSources/tools/icuinfo/testplug.c @@ -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. * ****************************************************************************** @@ -18,6 +20,10 @@ */ #include "unicode/icuplug.h" + +#if UCONFIG_ENABLE_PLUGINS +/* This file isn't usually compiled except on Windows. Guard it. */ + #include /* for fprintf */ #include /* for malloc */ #include "udbgutil.h" @@ -202,3 +208,4 @@ UPlugTokenReturn U_EXPORT2 debugMemoryPlugin ( return UPLUG_TOKEN; } +#endif