diff options
Diffstat (limited to 'make/stub_includes/win32/wglext.c')
-rwxr-xr-x | make/stub_includes/win32/wglext.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/make/stub_includes/win32/wglext.c b/make/stub_includes/win32/wglext.c deleted file mode 100755 index 9c6120411..000000000 --- a/make/stub_includes/win32/wglext.c +++ /dev/null @@ -1,13 +0,0 @@ -#define GLAPI - -// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in -// "glext.h" are parsed. -#define GL_GLEXT_PROTOTYPES - -#include <GL/gl.h> - -// Bring in the wgl extensions -#define WGL_WGLEXT_PROTOTYPES -#define SKIP_WGL_HANDLE_DEFINITIONS -#include <windows.h> -#include <GL/wglext.h> |