mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 21:15:35 +00:00
Merge e097a7fb97
into 770c4b8042
This commit is contained in:
commit
877406983a
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@
|
|||
#define USE_SINGLE_CCODE_FILE
|
||||
#endif
|
||||
|
||||
/* Need to fix the file seperator character when using MinGW. */
|
||||
#if defined(WINDOWS_WITH_GNUC) || defined(USING_CYGWIN)
|
||||
#if defined(WINDOWS_WITH_GNUC) || defined(USING_CYGWIN) || U_PLATFORM == U_PF_MINGW
|
||||
#define PKGDATA_FILE_SEP_STRING "/"
|
||||
#else
|
||||
#define PKGDATA_FILE_SEP_STRING U_FILE_SEP_STRING
|
||||
|
|
Loading…
Add table
Reference in a new issue