aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wglarb.h4
1 files 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 <windows.h>
-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,