Changes to compile for Win64

This commit is contained in:
Eduardo Bart
2013-11-13 13:55:34 -02:00
parent 0d44942e8e
commit b07a77f705
11 changed files with 155 additions and 63 deletions

View File

@@ -103,7 +103,9 @@ inline void glEnableVertexAttribArray (GLuint index) { }
inline void glDisableVertexAttribArray (GLuint index) { }
#else
//#define GLEW_STATIC
#ifndef _MSC_VER
#define GLEW_STATIC
#endif
#include <GL/glew.h>
#endif