mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12778 dirent patch on cygwin, merge 39419
X-SVN-Rev: 39424
This commit is contained in:
parent
76d05d3e32
commit
e650d3fcc1
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ typedef size_t uintptr_t;
|
|||
|
||||
#ifdef U_HAVE_MMAP
|
||||
/* Use the predefined value. */
|
||||
#elif U_PLATFORM_HAS_WIN32_API
|
||||
#elif U_PLATFORM_USES_ONLY_WIN32_API
|
||||
# define U_HAVE_MMAP 0
|
||||
#else
|
||||
# define U_HAVE_MMAP 1
|
||||
|
|
Loading…
Add table
Reference in a new issue