From 6c383116d20ab1f9bc5d8aa965f4a216ebd354cc Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sat, 4 May 2013 09:33:41 +0100 Subject: Define _GNU_SOURCE for the whole tree. As not all dlfnc.h includes define it consistently. --- dispatch/glproc_egl.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'dispatch') 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 #endif -- cgit v1.2.3