summaryrefslogtreecommitdiff
path: root/src/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics')
-rw-r--r--src/graphics/OpenGLHeaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/OpenGLHeaders.h b/src/graphics/OpenGLHeaders.h
index 8a83472..de692e0 100644
--- a/src/graphics/OpenGLHeaders.h
+++ b/src/graphics/OpenGLHeaders.h
@@ -10,7 +10,7 @@
#define GL_RGBA32F 0x8814
#endif
-#elif defined(WIN32)
+#elif defined(WIN)
#include <GL/glew.h>
#include <GL/gl.h>