diff options
Diffstat (limited to 'make/stub_includes/opengl/GL/wglext.h')
-rw-r--r-- | make/stub_includes/opengl/GL/wglext.h | 7 |
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]; |