mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-9221 Apply patch for Cygwin build failure
X-SVN-Rev: 32126
This commit is contained in:
parent
eb5efa3a02
commit
eb0347f25f
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue