diff options
Diffstat (limited to 'make/stub_includes/egl')
-rw-r--r-- | make/stub_includes/egl/EGL/eglplatform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/egl/EGL/eglplatform.h b/make/stub_includes/egl/EGL/eglplatform.h index ada816521..0a05f16f5 100644 --- a/make/stub_includes/egl/EGL/eglplatform.h +++ b/make/stub_includes/egl/EGL/eglplatform.h @@ -95,7 +95,7 @@ typedef Window EGLNativeWindowType; #else -#warning "Info: Platform not recognized, using void pointer for EGLNativeDisplayType, EGLNativeWindowType and EGLNativePixmapType" +#warning "Info: Using generic void pointer for EGLNativeDisplayType, EGLNativeWindowType and EGLNativePixmapType" typedef void* EGLNativeDisplayType; typedef void* EGLNativeWindowType; |