mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12779 do not check U_PLATFORM macros before including ICU headers
X-SVN-Rev: 39457
This commit is contained in:
parent
ca89e72c4d
commit
7ae322735b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
#if U_PLATFORM == U_PF_CYGWIN
|
||||
#if defined(__CYGWIN__) && !defined(_GNU_SOURCE)
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue