]> git.jsancho.org Git - lugaru.git/blobdiff - Source/OpenGL_Windows.cpp
CMake: Purge all the bundled dependencies
[lugaru.git] / Source / OpenGL_Windows.cpp
index 2c7272d5ec377337a3e27ac6e4eacc929afdad7c..a5ca6c04cc8f513a18a66ad77eb2c099d31e062b 100644 (file)
@@ -129,10 +129,12 @@ static bool lookup_all_glsyms(void)
     return retval;
 }
 
+#ifndef __MINGW32__ // FIXME: Temporary workaround for GL-8
 static void GLAPIENTRY glDeleteTextures_doNothing(GLsizei n, const GLuint *textures)
 {
     // no-op.
 }
+#endif // __MINGW32__
 
 #ifdef MessageBox
 #undef MessageBox