mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-25 03:04:29 +08:00
Windows needs to #define GL_GLEXT_PROTOTYPES
This commit is contained in:
parent
9b9a57a25c
commit
f9b0ac691c
@ -10,6 +10,7 @@
|
||||
#include <string.h>
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#define GL_GLEXT_PROTOTYPES
|
||||
#endif
|
||||
#include <GL/glut.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user