Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HansKristian-Work/vkd3d-proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ashton <joshua@froggi.es>2020-06-24 08:26:24 +0300
committerJoshua Ashton <joshua@froggi.es>2020-06-24 08:26:24 +0300
commit56ee1c97bbd0b1f08907519ffb0724517349974c (patch)
tree99e6ca2e3a4a2bcba8d3e38c6f7c851340a10d6c
parent093742fc7e0a5cf98d5554baf8bf3a5eed57144f (diff)
demos/gears: Don't redefine _GNU_SOURCEbuild-fixes
We define this globally now. Signed-off-by: Joshua Ashton <joshua@froggi.es>
-rw-r--r--demos/gears.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/gears.c b/demos/gears.c
index 644ea542..b925045c 100644
--- a/demos/gears.c
+++ b/demos/gears.c
@@ -41,7 +41,6 @@
*/
#define INITGUID
-#define _GNU_SOURCE
#ifndef _WIN32
#include <sys/time.h>
#endif