From 809d864d88744b80e8e9374d2bbc9d939dbb58f7 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 6 Nov 2010 06:40:35 +0100 Subject: Minor patch to headers for gluegen ; GLES2 extensions - ifndef GLAPI - GLES2/gl2ext.h add a few basic extensions - gl-64bit-types.h: use khronos 64bit types --- make/stub_includes/egl/EGL/eglplatform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/stub_includes/egl/EGL') 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; -- cgit v1.2.3