aboutsummaryrefslogtreecommitdiff
path: root/Source/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Main.cpp')
-rw-r--r--Source/Main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Main.cpp b/Source/Main.cpp
index 153e503..2c8f381 100644
--- a/Source/Main.cpp
+++ b/Source/Main.cpp
@@ -19,7 +19,7 @@ int main( int argc, char *argv[] )
{
-#ifdef MAC
+#ifdef OS9
ToolboxInit();
@@ -47,7 +47,7 @@ int main( int argc, char *argv[] )
game.Dispose();
-#ifdef MAC
+#ifdef OS9
if ( HasAppearance() )
UnregisterAppearanceClient();