Windows needs to #define GL_GLEXT_PROTOTYPES

This commit is contained in:
Karl Schultz 2003-12-04 21:03:08 +00:00
parent 9b9a57a25c
commit f9b0ac691c
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <string.h>
#ifdef _WIN32
#include <windows.h>
#define GL_GLEXT_PROTOTYPES
#endif
#include <GL/glut.h>