X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fwindows%2Fopengl32%2Fopengl32.factor;fp=basis%2Fwindows%2Fopengl32%2Fopengl32.factor;h=32e067a2001cc0646a0e037d297d0f165182c6fd;hp=63f705263cef449b91f0d0e6cee0fb7c5a12e1f5;hb=4cfa1a6c77465f75745da24ce92456bae7258e10;hpb=818bbb4984e556fbdb7f46a6a5a2d42e704ac904 diff --git a/basis/windows/opengl32/opengl32.factor b/basis/windows/opengl32/opengl32.factor index 63f705263c..32e067a200 100644 --- a/basis/windows/opengl32/opengl32.factor +++ b/basis/windows/opengl32/opengl32.factor @@ -57,7 +57,7 @@ FUNCTION: BOOL wglMakeCurrent ( HDC hDC, HGLRC hglrc ) ; ! WGL_ARB_extensions_string extension -GL-FUNCTION: char* wglGetExtensionsStringARB { } ( HDC hDC ) ; +GL-FUNCTION: c-string wglGetExtensionsStringARB { } ( HDC hDC ) ; ! WGL_ARB_pixel_format extension