ICU-9221 Apply patch for Cygwin build failure

X-SVN-Rev: 32126
This commit is contained in:
Michael Ow 2012-08-08 19:54:20 +00:00
parent eb5efa3a02
commit eb0347f25f

View 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) {