diff options
author | Kenneth Russel <[email protected]> | 2008-06-26 03:49:17 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-06-26 03:49:17 +0000 |
commit | 2a07b5aad1d5dcf9c699e74c7e94d98f827fd4f9 (patch) | |
tree | a1e992a32b537000d81c5e744370d648aa8c1908 /make/intptr.cfg | |
parent | 126dad53ff9cbc6581390952eadee8a5335cdcab (diff) |
Bug fixes to compile and run on Windows. Added more debugging code.
Not working yet due to mismatch between Newt's getWindowHandle(),
which returns an HWND, and the WGL code, which expects an HDC. Work
still ongoing.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1694 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/intptr.cfg')
-rwxr-xr-x | make/intptr.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/intptr.cfg b/make/intptr.cfg index 42f910004..c946e4851 100755 --- a/make/intptr.cfg +++ b/make/intptr.cfg @@ -1,4 +1,4 @@ -CustomCCode #ifdef WIN32 +CustomCCode #ifdef _WIN32 CustomCCode #ifdef _MSC_VER CustomCCode /* This typedef is apparently needed for Microsoft compilers before VC8, CustomCCode and on Windows CE */ |