From a893efebc6289e2d05be6b3a080bc2f76d70352e Mon Sep 17 00:00:00 2001 From: tigital Date: Fri, 11 Jun 2004 01:14:12 +0000 Subject: [PATCH] OSX: switched to __APPLE__ --- src/io/key.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/io/key.cpp b/src/io/key.cpp index a65d4d1..58018c3 100644 --- a/src/io/key.cpp +++ b/src/io/key.cpp @@ -15,6 +15,9 @@ * * * $Log$ + * Revision 1.12 2004/06/11 01:14:12 tigital + * OSX: switched to __APPLE__ + * * Revision 1.11 2003/05/18 03:57:08 taylor * do not swap German z and y keys if they are already swapped * @@ -826,7 +829,7 @@ void key_mark( uint code, int state, uint latency ) code = KEY_SEMICOL; break; } -#if !defined(PLAT_UNIX) || defined(__MACOSX__) +#if !defined(PLAT_UNIX) || defined(__APPLE__) } else if(Lcl_gr){ switch (code) { case KEY_Y: -- 2.39.2