ICU-12779 do not check U_PLATFORM macros before including ICU headers

X-SVN-Rev: 39457
This commit is contained in:
Markus Scherer 2016-10-14 19:42:22 +00:00
parent ca89e72c4d
commit 7ae322735b

View file

@ -26,7 +26,7 @@
******************************************************************************
*/
#if U_PLATFORM == U_PF_CYGWIN
#if defined(__CYGWIN__) && !defined(_GNU_SOURCE)
#define _GNU_SOURCE
#endif