diff --git a/reactos/dll/win32/gdi32/misc/wingl.c b/reactos/dll/win32/gdi32/misc/wingl.c index 72b7b92e109..d08a8e6f30e 100644 --- a/reactos/dll/win32/gdi32/misc/wingl.c +++ b/reactos/dll/win32/gdi32/misc/wingl.c @@ -58,7 +58,7 @@ static BOOL OpenGLEnable(void) if(glChoosePixelFormat == NULL) { glChoosePixelFormat = (CHOOSEPIXELFMT)GetProcAddress(hOpenGL, "wglChoosePixelFormat"); if(glChoosePixelFormat == NULL) - return(0); + return(FALSE); } if(glSetPixelFormat == NULL) {