diff options
Diffstat (limited to 'CNativeCode/gltool.c')
-rwxr-xr-x | CNativeCode/gltool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CNativeCode/gltool.c b/CNativeCode/gltool.c index 9f40d0e..9854180 100755 --- a/CNativeCode/gltool.c +++ b/CNativeCode/gltool.c @@ -539,7 +539,7 @@ void LIBAPIENTRY fetch_GL_FUNCS (const char * libGLName, if(!loadGLLibrary (libGLName, libGLUName)) return; - #define GET_GL_PROCADDRESS(a) getGLProcAddressHelper (libGLName, libGLUName, (a), NULL, 1, 0); + #define GET_GL_PROCADDRESS(a) getGLProcAddressHelper (libGLName, libGLUName, (a), NULL, 0, 0); #include "gl-disp-fetch.hc" #include "glu-disp-fetch.hc" |