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