aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/GL/wglext.h
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/opengl/GL/wglext.h')
-rw-r--r--make/stub_includes/opengl/GL/wglext.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/make/stub_includes/opengl/GL/wglext.h b/make/stub_includes/opengl/GL/wglext.h
index a34c63c43..4898ce4d9 100644
--- a/make/stub_includes/opengl/GL/wglext.h
+++ b/make/stub_includes/opengl/GL/wglext.h
@@ -387,6 +387,13 @@ DECLARE_HANDLE(HPBUFFEREXT);
#ifndef SKIP_WGL_HANDLE_DEFINITIONS
DECLARE_HANDLE(HGPUNV);
#endif /* !SKIP_WGL_HANDLE_DEFINITIONS */
+typedef struct tagRECT {
+ LONG left;
+ LONG top;
+ LONG right;
+ LONG bottom;
+} RECT;
+
typedef struct _GPU_DEVICE {
DWORD cb;
CHAR DeviceName[32];