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