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/opengl/GL/glplatform.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'make/stub_includes/opengl/GL/glplatform.h') diff --git a/make/stub_includes/opengl/GL/glplatform.h b/make/stub_includes/opengl/GL/glplatform.h index d922eaa1a..5d42943d7 100644 --- a/make/stub_includes/opengl/GL/glplatform.h +++ b/make/stub_includes/opengl/GL/glplatform.h @@ -24,7 +24,9 @@ # define GLAPIENTRY __stdcall #else /* non-Windows compilation */ -# define GLAPI extern +# ifndef GLAPI +# define GLAPI extern +# endif # define GLAPIENTRY #endif /* WIN32 / CYGWIN bracket */ -- cgit v1.2.3