diff options
author | José Fonseca <jfonseca@vmware.com> | 2010-11-06 13:11:09 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-11-06 13:11:09 +0000 |
commit | 12ec0c3f3597f8e2c950bac216780f2c687083fb (patch) | |
tree | fc17c6f8fbf959c415f57b73b1499a626ed9a073 /src/wgl/wglinfo.c | |
parent | 00a6f9c531eb245ae07715aa1f75cfee03ef21d8 (diff) | |
download | mesa-demos-12ec0c3f3597f8e2c950bac216780f2c687083fb.zip mesa-demos-12ec0c3f3597f8e2c950bac216780f2c687083fb.tar.xz |
wgl: Use wglew.h instead of wglext.h
Diffstat (limited to 'src/wgl/wglinfo.c')
-rw-r--r-- | src/wgl/wglinfo.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wgl/wglinfo.c b/src/wgl/wglinfo.c index 864372c..8295822 100644 --- a/src/wgl/wglinfo.c +++ b/src/wgl/wglinfo.c @@ -33,9 +33,8 @@ #include <windows.h> -#include <GL/gl.h> -#include <GL/glext.h> -#include <GL/wglext.h> +#include <GL/glew.h> +#include <GL/wglew.h> #include <stdio.h> #include <string.h> #include <stdlib.h> |