]> git.cworth.org Git - apitrace/blobdiff - dispatch/glproc_egl.cpp
Define _GNU_SOURCE for the whole tree.
[apitrace] / dispatch / glproc_egl.cpp
index 5f93b14da016d4e2bc4772a08a4b4eb99f3336e4..c77c444b8d7ff3dc8cb5b97b573c20520f146398 100644 (file)
@@ -28,9 +28,6 @@
 
 
 #if !defined(_WIN32)
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE // for dladdr
-#endif
 #include <dlfcn.h>
 #endif