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/win32/winwgl.h | |
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/win32/winwgl.h')
-rw-r--r-- | make/stub_includes/win32/winwgl.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/make/stub_includes/win32/winwgl.h b/make/stub_includes/win32/winwgl.h index 27b43f915..5e9cc2fa0 100644 --- a/make/stub_includes/win32/winwgl.h +++ b/make/stub_includes/win32/winwgl.h @@ -1,9 +1,12 @@ -/* - * Essential wgl and supporting routines and data structures extracted - * from WINGDI.H. +/** * - * Copyright (c) 1985-1997, Microsoft Corp. All rights reserved. + * This file is derived from w64 mingw-runtime package's mingw64/x86_64-w64-mingw32/include/wingdi.h file + * and states: * + * This file has no copyright assigned and is placed in the Public Domain. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + * + * Editions / Removals and a split (wingdi.h -> wingdi.h + winwgl.h) were made by the JogAmp Community, 2010 */ #ifndef WGL_GDI_VERSION_1_X @@ -46,8 +49,7 @@ #ifndef WGL_GDI_VERSION_1_X #define WGL_GDI_VERSION_1_X -// OpenGL-related routines -WINGDIAPI BOOL WINAPI wglCopyContext(HGLRC, HGLRC, UINT); +WINGDIAPI BOOL WINAPI wglCopyContext(HGLRC,HGLRC,UINT); WINGDIAPI HGLRC WINAPI wglCreateContext(HDC); WINGDIAPI BOOL WINAPI wglDeleteContext(HGLRC); WINGDIAPI HGLRC WINAPI wglGetCurrentContext(VOID); |