Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory usw-pr-cvs1:/tmp/cvs-serv32024/squeak/platforms/Mac OS/vm
Modified Files:
osExports.c
Log Message:
3.2.8b4 fixes for building as a carbon/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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** osExports.c 8 Aug 2002 01:26:44 -0000 1.4
--- osExports.c 8 Aug 2002 04:44:50 -0000 1.5
***************
*** 57,61 ****
XFN(serialPortWriteFrom)
XFN(IsKeyDown)
! #if !defined(PLUGIN) & TARGET_API_MAC_CARBON
XFN(getUIToLock)
#endif
--- 57,61 ----
XFN(serialPortWriteFrom)
XFN(IsKeyDown)
! #if !defined(PLUGIN) & I_AM_CARBON_EVENT
XFN(getUIToLock)
#endif
|