mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
POSIX: Fix undeclared function warning on Cygwin
This commit is contained in:
parent
d78b0a4ead
commit
adc202d2c3
@ -26,9 +26,7 @@
|
||||
// It is fine to use C99 in this file because it will not be built with VS
|
||||
//========================================================================
|
||||
|
||||
#if defined(__linux__)
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "internal.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user