commit | 9aa73cfae84c7710df97ce182d32bea8d3423ab7 | [log] [tgz] |
---|---|---|
author | José Fonseca <jfonseca@vmware.com> | Sun Feb 01 12:00:07 2009 +0000 |
committer | José Fonseca <jfonseca@vmware.com> | Sun Feb 01 12:00:17 2009 +0000 |
tree | 07c1e2cf4938aff49ae73950eb4c197e6bd38bb8 | |
parent | 7062b7c7cb32c3c96bb87b296d9df0ecae7e7c83 [diff] [blame] |
progs: Get more samples building on windows.
diff --git a/progs/demos/stex3d.c b/progs/demos/stex3d.c index 83ae368..c0bbea0 100644 --- a/progs/demos/stex3d.c +++ b/progs/demos/stex3d.c
@@ -18,7 +18,7 @@ #include <stdio.h> #include <stdlib.h> #include <math.h> -#include <GL/gl.h> +#include <GL/glew.h> #include <GL/glut.h> @@ -662,6 +662,8 @@ exit(0); } + glewInit(); + init(); printHelp();