diff options
author | Gerard Ziemski <[email protected]> | 2004-12-27 22:08:41 +0000 |
---|---|---|
committer | Gerard Ziemski <[email protected]> | 2004-12-27 22:08:41 +0000 |
commit | 32aa60ac05bd4c04dcf9bf9a86ac54a55d9cc936 (patch) | |
tree | 5364b5204b03432daec29ff5e892a74f724b7330 /make/gl-impl-macosx.cfg | |
parent | 1c36f404128ad439dbb4757e9fdbc3fa956619ff (diff) |
better header for intptr_t on Mac OS X
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@186 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/gl-impl-macosx.cfg')
-rw-r--r-- | make/gl-impl-macosx.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gl-impl-macosx.cfg b/make/gl-impl-macosx.cfg index 10b77dbfa..8ce128851 100644 --- a/make/gl-impl-macosx.cfg +++ b/make/gl-impl-macosx.cfg @@ -22,7 +22,7 @@ CustomCCode #define GL_GLEXT_PROTOTYPES CustomCCode /* Include the OpenGL headers */ CustomCCode #include <GL/gl.h> -CustomCCode #include </usr/include/ppc/types.h> +CustomCCode #include </usr/include/machine/types.h> CustomCCode /* Provide Windows typedefs */ CustomCCode typedef void* LPVOID; |