diff options
Diffstat (limited to 'make/stub_includes/egl/EGL/eglplatform.h')
-rwxr-xr-x | make/stub_includes/egl/EGL/eglplatform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/stub_includes/egl/EGL/eglplatform.h b/make/stub_includes/egl/EGL/eglplatform.h index 69893006e..0b9ceb70a 100755 --- a/make/stub_includes/egl/EGL/eglplatform.h +++ b/make/stub_includes/egl/EGL/eglplatform.h @@ -52,6 +52,7 @@ extern "C" { // Define native window system types typedef int EGLNativeDisplayType; +typedef void* EGLNativePointerType; typedef void* EGLNativeWindowType; typedef void* EGLNativePixmapType; |