summaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-08 05:00:04 +0100
committerSven Gothel <[email protected]>2010-11-08 05:00:04 +0100
commit4febb33b6c6b1690305a614333a389f15c428849 (patch)
treea8bfd91f0dadd27e9fbfb83b97b5237da9a42aca /make/stub_includes/opengl
parent7df06e801457cb1831699ad825ec43b6f13b893f (diff)
Move win32 RECT structure to windows.h
Diffstat (limited to 'make/stub_includes/opengl')
-rw-r--r--make/stub_includes/opengl/GL/wglext.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/make/stub_includes/opengl/GL/wglext.h b/make/stub_includes/opengl/GL/wglext.h
index 4898ce4d9..a34c63c43 100644
--- a/make/stub_includes/opengl/GL/wglext.h
+++ b/make/stub_includes/opengl/GL/wglext.h
@@ -387,13 +387,6 @@ 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];