diff options
author | Sven Gothel <[email protected]> | 2009-06-05 03:48:58 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-06-05 03:48:58 +0000 |
commit | de20e7830781385eb98b90e2bd223509bc699761 (patch) | |
tree | 34e05e783d7b48b77700b1d70dd131d6d14b8afc /make/stub_includes/egl | |
parent | 886dc3ffa4f55d1f37cf22cb4167aedf3bf8f69b (diff) |
Fix/Clean EGL path; Adding Windows AWT path; Windows works with MinGW (GL2)
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1925 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/stub_includes/egl')
-rwxr-xr-x | 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 0b9ceb70a..f763d98e3 100755 --- a/make/stub_includes/egl/EGL/eglplatform.h +++ b/make/stub_includes/egl/EGL/eglplatform.h @@ -27,7 +27,7 @@ extern "C" { #endif -#if defined(_WIN32) +#if defined(_WIN32) && !defined(__GNUC__) typedef signed __int32 int32_t; typedef unsigned __int32 uint32_t; typedef signed __int64 int64_t; |