diff options
Diffstat (limited to 'make/stub_includes/egl/window-system-ext.c')
-rw-r--r-- | make/stub_includes/egl/window-system-ext.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/stub_includes/egl/window-system-ext.c b/make/stub_includes/egl/window-system-ext.c index 7398847ac..3e0d705f3 100644 --- a/make/stub_includes/egl/window-system-ext.c +++ b/make/stub_includes/egl/window-system-ext.c @@ -1,7 +1,9 @@ -#define USE_GLUEGEN +#define EGLAPI +#define EGLAPIENTRY // Define EGL_EGLEXT_PROTOTYPES so that the EGL extension prototypes in // "eglext.h" are parsed. #define EGL_EGLEXT_PROTOTYPES +#include <EGL/egl.h> #include <EGL/eglext.h> |