diff options
author | Brian Paul <[email protected]> | 2004-11-08 15:08:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-11-08 15:08:48 +0000 |
commit | 83889ffd970a807074d834849677fd233c031dc7 (patch) | |
tree | f048187a4bcbc88b0e73dd028830f30642447602 /src/mesa/drivers/windows/gdi/wmesadef.h | |
parent | 5849e3d353d956643dd40a3d5f53c31e79ae8cf0 (diff) |
Remove need for defining _MSC_VER when building Mesa for windows with
a non MS C compiler (MinGW). (Gregor Anich)
Diffstat (limited to 'src/mesa/drivers/windows/gdi/wmesadef.h')
-rw-r--r-- | src/mesa/drivers/windows/gdi/wmesadef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/windows/gdi/wmesadef.h b/src/mesa/drivers/windows/gdi/wmesadef.h index 3c267aa0f6a..d43e990ed3c 100644 --- a/src/mesa/drivers/windows/gdi/wmesadef.h +++ b/src/mesa/drivers/windows/gdi/wmesadef.h @@ -70,7 +70,7 @@ #include <windows.h> -#include <GL\gl.h> +#include <GL/gl.h> #include "context.h" #ifdef DDRAW #define DIRECTDRAW_VERSION 0x0100 |