From feb2639e7af1a0ed8e905b91b2220e9716990220 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Thu, 27 Mar 2014 21:18:57 +0100 Subject: header file fixed --- wglarb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wglarb.h b/wglarb.h index 6bd070e..10ba8fe 100644 --- a/wglarb.h +++ b/wglarb.h @@ -26,12 +26,12 @@ THE SOFTWARE. #include -HGLRC WINAPI wglext_CreateContextAttribsARB( +HGLRC WINAPI wglarb_CreateContextAttribsARB( HDC hDC, HGLRC hShareContext, const int *attribList); -BOOL WINAPI wglext_ChoosePixelFormatARB( +BOOL WINAPI wglarb_ChoosePixelFormatARB( HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, -- cgit v1.2.3