diff options
author | José Fonseca <jfonseca@vmware.com> | 2009-04-10 12:58:05 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2009-04-10 13:26:35 +0100 |
commit | 46857f3c66b9007157a866d13608bc37bdaab10f (patch) | |
tree | a31321c85e5b4ae1a54b508d9ffae1e685ff44cc /include/GL/mesa_wgl.h | |
parent | 87b04ce59b3ed26988b54ca182fab2e9dce03c38 (diff) |
mesa: Don't define WGL_ARB_extensions_string in mesa_wgl.h.
It breaks wglext.h as it doesn't define PFNWGLGETEXTENSIONSSTRINGARBPROC.
Diffstat (limited to 'include/GL/mesa_wgl.h')
-rw-r--r-- | include/GL/mesa_wgl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/GL/mesa_wgl.h b/include/GL/mesa_wgl.h index 57147232b7..ca2e1b875e 100644 --- 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 ) |