From eb0347f25f52b0a5452a34c6e2ed1add53f22779 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Wed, 8 Aug 2012 19:54:20 +0000 Subject: [PATCH] ICU-9221 Apply patch for Cygwin build failure X-SVN-Rev: 32126 --- icu4c/source/common/putil.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.40.0