Module: Mesa Branch: master Commit: 46857f3c66b9007157a866d13608bc37bdaab10f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46857f3c66b9007157a866d13608bc37bdaab10f
Author: José Fonseca <[email protected]> Date: Fri Apr 10 12:58:05 2009 +0100 mesa: Don't define WGL_ARB_extensions_string in mesa_wgl.h. It breaks wglext.h as it doesn't define PFNWGLGETEXTENSIONSSTRINGARBPROC. --- 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 5714723..ca2e1b8 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 ) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
