Skip to content
Snippets Groups Projects
Commit 2a1646d9 authored by Lev Walkin's avatar Lev Walkin
Browse files

cygwin define is unnecessary

parent 201943eb
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <assert.h> #include <assert.h>
#endif /* __NO_ASSERT_H__ */ #endif /* __NO_ASSERT_H__ */
#if defined(WIN32) || defined(__CYGWIN__) #if defined(WIN32)
#warning PLEASE STOP AND READ! #warning PLEASE STOP AND READ!
#warning localtime_r is implemented via localtime(), which is not thread-safe. #warning localtime_r is implemented via localtime(), which is not thread-safe.
#warning gmtime_r is implemented via gmtime(), which is not thread-safe. #warning gmtime_r is implemented via gmtime(), which is not thread-safe.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment