diff options
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r-- | include/GL/gl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index bca550fa2d4..998a83ab1f1 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -91,12 +91,6 @@ #include <windows.h> #endif -#if defined(_WIN32) && !defined(_WINGDI_) && !defined(_WIN32_WCE) \ - && !defined(_GNU_H_WINDOWS32_DEFINES) && !defined(OPENSTEP) \ - && !defined(__CYGWIN__) || defined(__MINGW32__) -#include <GL/mesa_wgl.h> -#endif - #if defined(macintosh) && PRAGMA_IMPORT_SUPPORTED #pragma import on #endif |