mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-7060 Ignore some definitions when on Cygwin/MSVC.
X-SVN-Rev: 26487
This commit is contained in:
parent
a8f599ae11
commit
48294075bd
1 changed files with 6 additions and 5 deletions
|
@ -24,16 +24,17 @@
|
|||
* \brief Basic types for the platform
|
||||
*/
|
||||
|
||||
/* 1 or 0 to enable or disable threads. If undefined, default is: enable threads. */
|
||||
#define ICU_USE_THREADS @ICU_USE_THREADS@
|
||||
|
||||
/* Need platform.h when using CYGWINMSVC to get definitions above. Ignore everything else. */
|
||||
#ifndef CYGWINMSVC
|
||||
|
||||
/* Define the platform we're on. */
|
||||
#ifndef @platform@
|
||||
#define @platform@
|
||||
#endif
|
||||
|
||||
/* 1 or 0 to enable or disable threads. If undefined, default is: enable threads. */
|
||||
#define ICU_USE_THREADS @ICU_USE_THREADS@
|
||||
|
||||
/* Need platform.h when using CYGWINMSVC to get definition above. Ignore everything else. */
|
||||
#ifndef CYGWINMSVC
|
||||
/**
|
||||
* \def U_HAVE_DIRENT_H
|
||||
* Define whether dirent.h is available */
|
||||
|
|
Loading…
Add table
Reference in a new issue