mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-20 10:25:43 +00:00
Windows build fixes
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
** THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "boo/graphicsdev/glew.h"
|
||||
#include "glew.h"
|
||||
|
||||
#if defined(GLEW_OSMESA)
|
||||
# define GLAPI extern
|
||||
@@ -38,9 +38,9 @@
|
||||
#elif defined(GLEW_EGL)
|
||||
# include <GL/eglew.h>
|
||||
#elif defined(_WIN32)
|
||||
# include "boo/graphicsdev/wglew.h"
|
||||
# include "wglew.h"
|
||||
#elif !defined(__ANDROID__) && !defined(__native_client__) && !defined(__HAIKU__) && (!defined(__APPLE__) || defined(GLEW_APPLE_GLX))
|
||||
# include "boo/graphicsdev/glxew.h"
|
||||
# include "glxew.h"
|
||||
#endif
|
||||
|
||||
#include <stddef.h> /* For size_t */
|
||||
|
||||
Reference in New Issue
Block a user