gl: define GL_NUM_EXTENSIONS if not defined
This commit is contained in:
parent
6b3fe44185
commit
e8bbcb366e
@ -40,6 +40,10 @@
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#ifndef GL_NUM_EXTENSIONS
|
||||
#define GL_NUM_EXTENSIONS 0x0000821d
|
||||
#endif
|
||||
|
||||
#include <gmodule.h>
|
||||
|
||||
#include "gl.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user