diff options
author | José Fonseca <[email protected]> | 2009-02-10 11:36:48 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-02-10 11:51:46 +0000 |
commit | 5b0807b72f16a4835e4b28aa8a66e9bcd867d383 (patch) | |
tree | 32e803e6bb4a7390b005d6d5a3f2d8ef61af25c5 /src/glut/glx/SConscript | |
parent | aeed92952efaac0b3519aeb141de18e17f0f454c (diff) |
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.
Diffstat (limited to 'src/glut/glx/SConscript')
-rw-r--r-- | src/glut/glx/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glut/glx/SConscript b/src/glut/glx/SConscript index cb442ba027f..938fec03df2 100644 --- a/src/glut/glx/SConscript +++ b/src/glut/glx/SConscript @@ -10,7 +10,6 @@ target = 'glut32' env.Replace(CPPDEFINES = [ 'BUILD_GLUT32', 'GLUT_BUILDING_LIB', - 'MESA', 'NDEBUG', 'GLUT_NO_WARNING_DISABLE', ]) |