diff options
author | José Fonseca <[email protected]> | 2011-08-29 13:26:36 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-08-30 09:42:01 +0100 |
commit | d290febdc83a828b1cbe6a5e7155e47b29385dad (patch) | |
tree | bb1db3f5773d31f24127fab55300b31178fbe715 /include/GL/gl.h | |
parent | 191428ccb86af462a8872da6937ab004c5691745 (diff) |
gdi: Remove mesa_wgl.h
All commonly used windows toolchains define wgl entrypoints in the windows
headers, and mesa_wgl.h not only is unnecessary but actually often stands
in the waydue to slight inconsistencies.
So remove it.
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 |