rename GL/glew to CustomGL/glew.h to avoid clashes with system glew

This commit is contained in:
erwincoumans
2015-04-16 15:29:39 -07:00
parent 57d8567ca3
commit b33d17f91c
10 changed files with 9 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ subject to the following restrictions:
#include <OpenGL/gl.h>
#else
#include "GL/glew.h"
#include "CustomGL/glew.h"
#ifdef _WINDOWS
#include <windows.h>

View File

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

View File

@@ -13,7 +13,7 @@
#include "MacOpenGLWindow.h"
#else
#include "GL/glew.h"
//#include "GL/glew.h"
#ifdef _WIN32
#include "Win32OpenGLWindow.h"

View File

@@ -4,8 +4,8 @@
#include "MacOpenGLWindow.h"
#else
#include "GL/glew.h"
//#include "GL/glew.h"
#ifdef _WIN32
#include "Win32OpenGLWindow.h"
#else