diff options
author | Brian Paul <[email protected]> | 2003-09-08 14:56:41 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-09-08 14:56:41 +0000 |
commit | 445ecdcebd3f075b3c7f09de342dd351f9199fa7 (patch) | |
tree | 66206c19dc708e2d222621cd3b70be23a5eee724 /progs/demos/isosurf.c | |
parent | 91253e7be59659f9912398fd764de48b1445cac1 (diff) |
use GL_GLEXT_PROTOTYPES
Diffstat (limited to 'progs/demos/isosurf.c')
-rw-r--r-- | progs/demos/isosurf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/progs/demos/isosurf.c b/progs/demos/isosurf.c index 1ee738d17a2..555757cc42c 100644 --- a/progs/demos/isosurf.c +++ b/progs/demos/isosurf.c @@ -33,9 +33,8 @@ #include <windows.h> #undef CLIP_MASK #endif -#define GL_GLEXT_LEGACY +#define GL_GLEXT_PROTOTYPES #include "GL/glut.h" -#include "GL/glext.h" #include "readtex.c" /* I know, this is a hack. KW: me too. */ #define TEXTURE_FILE "../images/reflect.rgb" |