cygwin define is unnecessary

This commit is contained in:
Lev Walkin 2004-09-04 04:43:28 +00:00
parent 201943ebcd
commit 2a1646d9cf
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include <assert.h>
#endif /* __NO_ASSERT_H__ */
#if defined(WIN32) || defined(__CYGWIN__)
#if defined(WIN32)
#warning PLEASE STOP AND READ!
#warning localtime_r is implemented via localtime(), which is not thread-safe.
#warning gmtime_r is implemented via gmtime(), which is not thread-safe.