X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=include%2FGL%2Fmesa_wgl.h;h=ca2e1b875e34d13bc694ed8a8f1fc7cd5653704c;hb=6c30e17f9eb572f1bb9b80652a8c6c0d838d0498;hp=57147232b7f599b762e0e84b76b946121ff73513;hpb=5aaeb13a768f0c7d3706f6c170901b118ae1aa2d;p=mesa.git diff --git a/include/GL/mesa_wgl.h b/include/GL/mesa_wgl.h index 57147232b7f..ca2e1b875e3 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 )