mesa: Don't define WGL_ARB_extensions_string in mesa_wgl.h.

It breaks wglext.h as it doesn't define PFNWGLGETEXTENSIONSSTRINGARBPROC.
This commit is contained in:
José Fonseca 2009-04-10 12:58:05 +01:00
parent 87b04ce59b
commit 46857f3c66
1 changed files with 0 additions and 7 deletions

View File

@ -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 )