From 2b6905fdd34a959c56c1ffdae506625f7caa3a55 Mon Sep 17 00:00:00 2001 From: zakk Date: Thu, 16 Jan 2003 12:44:03 +0000 Subject: s/MAC/OS9/ git-svn-id: svn://svn.icculus.org/blackshades/trunk@79 5198baeb-e213-0410-be47-fc2ff85ca46f --- Source/MacInput.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/MacInput.cpp') diff --git a/Source/MacInput.cpp b/Source/MacInput.cpp index 1559ce4..512200d 100644 --- a/Source/MacInput.cpp +++ b/Source/MacInput.cpp @@ -2,7 +2,7 @@ #include "MacInput.h" /**> Mouse Stuff <**/ -#ifdef MAC +#ifdef OS9 CursorDevicePtr theCursor; #endif @@ -27,7 +27,7 @@ Boolean IsKeyDown( unsigned char *keyMap, unsigned short theKey ) } -#ifdef MAC +#ifdef OS9 void InitMouse() { CursorDeviceNewDevice( &theCursor ); //Mouse -- cgit v1.2.3