summaryrefslogtreecommitdiff
path: root/dispatch
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2013-05-04 09:33:41 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2013-05-04 09:33:41 +0100
commit6c383116d20ab1f9bc5d8aa965f4a216ebd354cc (patch)
tree457f74cfdfd96b190272e61dc4d1cfae543ecca6 /dispatch
parent7cd8920eec2d51109b2b094e1d5b18eb3840364e (diff)
Define _GNU_SOURCE for the whole tree.
As not all dlfnc.h includes define it consistently.
Diffstat (limited to 'dispatch')
-rw-r--r--dispatch/glproc_egl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/dispatch/glproc_egl.cpp b/dispatch/glproc_egl.cpp
index 5f93b14d..c77c444b 100644
--- a/dispatch/glproc_egl.cpp
+++ b/dispatch/glproc_egl.cpp
@@ -28,9 +28,6 @@
#if !defined(_WIN32)
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE // for dladdr
-#endif
#include <dlfcn.h>
#endif