ICU-7060 Ignore some definitions when on Cygwin/MSVC.

X-SVN-Rev: 26487
This commit is contained in:
Michael Ow 2009-08-12 19:45:13 +00:00
parent a8f599ae11
commit 48294075bd

View file

@ -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 */