cygwin define is unnecessary

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@236 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-09-04 04:43:28 +00:00
parent e2070eada0
commit c12c210644
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.