fixes for Linux

This commit is contained in:
Erwin Coumans (Google)
2015-04-16 16:58:42 -07:00
parent b2ba615874
commit bf39570ff3
7 changed files with 62 additions and 6 deletions

View File

@@ -31,7 +31,11 @@ subject to the following restrictions:
#endif
#else
#ifdef GLEW_STATIC
#include "CustomGL/glew.h"
#else
#include <GL/glew.h>
#endif //GLEW_STATIC
#ifdef _WINDOWS
#include <windows.h>