From: Michael Ow Date: Wed, 8 Aug 2012 19:54:20 +0000 (+0000) Subject: ICU-9221 Apply patch for Cygwin build failure X-Git-Tag: milestone-59-0-1~3684 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb0347f25f52b0a5452a34c6e2ed1add53f22779;p=icu ICU-9221 Apply patch for Cygwin build failure X-SVN-Rev: 32126 --- diff --git a/icu4c/source/common/putil.cpp b/icu4c/source/common/putil.cpp index 0e5bdfbc22d..9946d8e1b65 100644 --- a/icu4c/source/common/putil.cpp +++ b/icu4c/source/common/putil.cpp @@ -2109,7 +2109,7 @@ u_getVersion(UVersionInfo versionArray) { #if U_ENABLE_DYLOAD -#if HAVE_DLOPEN && !U_PLATFORM_HAS_WIN32_API +#if HAVE_DLOPEN && !U_PLATFORM_USES_ONLY_WIN32_API #if HAVE_DLFCN_H @@ -2190,7 +2190,7 @@ uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { #endif -#elif U_PLATFORM_HAS_WIN32_API +#elif U_PLATFORM_USES_ONLY_WIN32_API U_INTERNAL void * U_EXPORT2 uprv_dl_open(const char *libName, UErrorCode *status) {