mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
return FALSE instead of 0
svn path=/trunk/; revision=27241
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user