mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 23:43:15 +00:00
POSIX: Fix undeclared function warning on Cygwin
This commit is contained in:
+1
-3
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user