]> granicus.if.org Git - icu/commitdiff
ICU-9221 Apply patch for Cygwin build failure
authorMichael Ow <mow@svn.icu-project.org>
Wed, 8 Aug 2012 19:54:20 +0000 (19:54 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Wed, 8 Aug 2012 19:54:20 +0000 (19:54 +0000)
X-SVN-Rev: 32126

icu4c/source/common/putil.cpp

index 0e5bdfbc22df8e86850a57cdcc43cb799e3e53cd..9946d8e1b655aeb0a0bf0f4e942cb6b58c0d44c6 100644 (file)
@@ -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) {