diff options
author | Sven Gothel <[email protected]> | 2010-11-08 04:44:09 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-08 04:44:09 +0100 |
commit | 7df06e801457cb1831699ad825ec43b6f13b893f (patch) | |
tree | 8353038f479be1ed24cb7f41d0de205031b9c48d /make/stub_includes/opengl | |
parent | 769a2e24dff096065d5eff006a269267ffc029a7 (diff) |
Changed files wingdi.h/winwgl.h with content from w64 mingw-runtime package's mingw64/x86_64-w64-mingw32/include/wingdi.h (Public Domain) ; Fix wglext.h RECT
Diffstat (limited to 'make/stub_includes/opengl')
-rw-r--r-- | make/stub_includes/opengl/GL/wglext.h | 7 |
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]; |