Change <GL\\gl.h> to "GL/gl.h" include.

svn path=/trunk/; revision=10685
This commit is contained in:
Gregor Anich 2004-08-26 02:04:48 +00:00
parent 94ec82db25
commit e9706d1315

View file

@ -70,7 +70,7 @@
#include <windows.h> #include <windows.h>
#include <GL\gl.h> #include "GL/gl.h"
#include "context.h" #include "context.h"
#ifdef DDRAW #ifdef DDRAW
#define DIRECTDRAW_VERSION 0x0100 #define DIRECTDRAW_VERSION 0x0100