glut: Use the official WGL functions.

Especially using wglGetPixelFormat instead of GetPixelFormat causes
problems with opengl32.dll and drivers that not hack around this issue.
This commit is contained in:
José Fonseca
2009-02-10 11:36:48 +00:00
parent aeed92952e
commit 5b0807b72f
3 changed files with 9 additions and 32 deletions
-1
View File
@@ -10,7 +10,6 @@ target = 'glut32'
env.Replace(CPPDEFINES = [
'BUILD_GLUT32',
'GLUT_BUILDING_LIB',
'MESA',
'NDEBUG',
'GLUT_NO_WARNING_DISABLE',
])