From 1c36f404128ad439dbb4757e9fdbc3fa956619ff Mon Sep 17 00:00:00 2001 From: Gerard Ziemski Date: Mon, 27 Dec 2004 21:56:54 +0000 Subject: make sure we include header defining intptr_t, so that we build on Mac OS X git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@185 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/gl-impl-macosx.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/gl-impl-macosx.cfg') diff --git a/make/gl-impl-macosx.cfg b/make/gl-impl-macosx.cfg index 9edf96731..10b77dbfa 100644 --- a/make/gl-impl-macosx.cfg +++ b/make/gl-impl-macosx.cfg @@ -22,6 +22,8 @@ CustomCCode #define GL_GLEXT_PROTOTYPES CustomCCode /* Include the OpenGL headers */ CustomCCode #include +CustomCCode #include + CustomCCode /* Provide Windows typedefs */ CustomCCode typedef void* LPVOID; CustomCCode typedef unsigned int* PUINT; -- cgit v1.2.3