|
From: John M M. <jo...@us...> - 2002-08-08 01:26:47
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory usw-pr-cvs1:/tmp/cvs-serv19116/squeak/platforms/Mac OS/vm Modified Files: osExports.c Log Message: 3.2.8b3 fixes for building as a classic VM, messed up ifdef in adding plugin logic Index: osExports.c =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/osExports.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** osExports.c 6 Aug 2002 21:41:21 -0000 1.3 --- osExports.c 8 Aug 2002 01:26:44 -0000 1.4 *************** *** 57,61 **** XFN(serialPortWriteFrom) XFN(IsKeyDown) ! #ifndef PLUGIN XFN(getUIToLock) #endif --- 57,61 ---- XFN(serialPortWriteFrom) XFN(IsKeyDown) ! #if !defined(PLUGIN) & TARGET_API_MAC_CARBON XFN(getUIToLock) #endif |