projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87b04ce
)
mesa: Don't define WGL_ARB_extensions_string in mesa_wgl.h.
author
José Fonseca
<jfonseca@vmware.com>
Fri, 10 Apr 2009 11:58:05 +0000
(12:58 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Fri, 10 Apr 2009 12:26:35 +0000
(13:26 +0100)
It breaks wglext.h as it doesn't define PFNWGLGETEXTENSIONSSTRINGARBPROC.
include/GL/mesa_wgl.h
patch
|
blob
|
history
diff --git
a/include/GL/mesa_wgl.h
b/include/GL/mesa_wgl.h
index 57147232b7f599b762e0e84b76b946121ff73513..ca2e1b875e34d13bc694ed8a8f1fc7cd5653704c 100644
(file)
--- a/
include/GL/mesa_wgl.h
+++ b/
include/GL/mesa_wgl.h
@@
-108,13
+108,6
@@
WGLAPI int GLAPIENTRY GetPixelFormat(HDC);
WGLAPI int GLAPIENTRY SetPixelFormat(HDC,int,const PIXELFORMATDESCRIPTOR *);
#endif
-#ifndef WGL_ARB_extensions_string
-#define WGL_ARB_extensions_string 1
-
-WGLAPI const char * GLAPIENTRY wglGetExtensionsStringARB(HDC hdc);
-
-#endif /* WGL_ARB_extensions_string */
-
#ifdef _MSC_VER
# pragma warning( pop )