Remove duplicated condition check

This commit is contained in:
Rangi42
2024-09-30 10:47:57 -04:00
parent d5ded84501
commit c7a029a051

View File

@@ -57,7 +57,7 @@
#endif
// MingGW and Cygwin need POSIX functions which are not standard C explicitly enabled
#if defined(__MINGW32__) || defined(__MINGW32__) || defined(__CYGWIN__)
#if defined(__MINGW32__) || defined(__CYGWIN__)
#define _POSIX_C_SOURCE 200809L
#endif