summaryrefslogtreecommitdiff
path: root/include/GL/wmesa.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-11-08 15:08:48 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-11-08 15:08:48 +0000
commit83889ffd970a807074d834849677fd233c031dc7 (patch)
treef048187a4bcbc88b0e73dd028830f30642447602 /include/GL/wmesa.h
parent5849e3d353d956643dd40a3d5f53c31e79ae8cf0 (diff)
Remove need for defining _MSC_VER when building Mesa for windows with
a non MS C compiler (MinGW). (Gregor Anich)
Diffstat (limited to 'include/GL/wmesa.h')
-rw-r--r--include/GL/wmesa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/wmesa.h b/include/GL/wmesa.h
index 79b3c82302..0a6e8b6424 100644
--- a/include/GL/wmesa.h
+++ b/include/GL/wmesa.h
@@ -50,7 +50,7 @@ extern "C" {
#endif
-#include "gl\gl.h"
+#include "GL/gl.h"
#if defined(_MSV_VER) && !defined(__GNUC__)
# pragma warning (disable:4273)