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/multiarb.c b/progs/demos/multiarb.c index 451fd11..85c4e3a 100644 --- a/progs/demos/multiarb.c +++ b/progs/demos/multiarb.c
@@ -14,6 +14,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <GL/glew.h> #include <GL/glut.h> #include "readtex.h" @@ -326,6 +327,7 @@ glutInitWindowPosition( 0, 0 ); glutInitDisplayMode( GLUT_RGB | GLUT_DOUBLE ); glutCreateWindow(argv[0] ); + glewInit(); Init( argc, argv );