aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/win32/wglext.c
blob: 5a3e759e56c850a09dc31908f5b0f3342ef0ff3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#define GLAPI

#include <GL/gl-platform.h>

// Define GL_GLEXT_PROTOTYPES so that the OpenGL GLX extension prototypes in
// "glx.h" are parsed.
// #define GL_GLEXT_PROTOTYPES
// #include <GL/gl.h>
// #include <GL/glext-supplement.h>
// #include <GL/glext.h>
#include <gl-types.h>


// Bring in the wgl extensions
#define WGL_WGLEXT_PROTOTYPES
#include <windows.h>
#include <wingdi_types.h>
#include <GL/wglext.h>