From dcefab4d5e9d9cff3bfbc65e45fae9309d426a69 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 30 Oct 2015 11:45:31 -0400 Subject: win32 build --- include/common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 359e825..25d5abf 100644 --- a/include/common.h +++ b/include/common.h @@ -14,6 +14,7 @@ * Include GLEW and the SDL 2 headers */ +#define GLEW_STATIC #include #include @@ -23,6 +24,11 @@ #include #include +#ifdef __WIN32__ +typedef unsigned int uint; +#undef near +#endif + /* * Include file headers */ -- cgit v1.2.3