aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/jawt_misc.c
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-04-06 10:05:10 +0000
committerSven Gothel <[email protected]>2001-04-06 10:05:10 +0000
commitee8232711affbf052576b038aee079250c985416 (patch)
tree6af9c3d569611615d29dee5d051a69ab68e18b0d /CNativeCode/jawt_misc.c
parent6c0f57e382ff6a739551630b0f9acac14f0a539a (diff)
2.7.0 release ..
Diffstat (limited to 'CNativeCode/jawt_misc.c')
-rw-r--r--CNativeCode/jawt_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/CNativeCode/jawt_misc.c b/CNativeCode/jawt_misc.c
index d884406..dcdf4c3 100644
--- a/CNativeCode/jawt_misc.c
+++ b/CNativeCode/jawt_misc.c
@@ -271,7 +271,7 @@ jawt_lock (JNIEnv *env, JAWTDataHolder *pJData, jboolean ignoreSurfaceChanged,
#ifdef _X11_
( ((JAWT_X11DrawingSurfaceInfo *)(pJData->dsi_os))->drawable );
#endif
- #ifdef macintosh
+ #ifdef _MAC_OS9_
NULL;
#endif
#ifdef _WIN32_
@@ -285,7 +285,7 @@ jawt_lock (JNIEnv *env, JAWTDataHolder *pJData, jboolean ignoreSurfaceChanged,
#ifdef _X11_
( ((JAWT_X11DrawingSurfaceInfo *)(pJData->dsi_os))->display );
#endif
- #ifdef macintosh
+ #ifdef _MAC_OS9_
NULL;
#endif
#ifdef _WIN32_