|
From: John M M. <jo...@us...> - 2002-08-06 21:41:23
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory usw-pr-cvs1:/tmp/cvs-serv1609/squeak/platforms/Mac OS/vm
Modified Files:
osExports.c
Log Message:
3.2.8b3 fixes for building as a carbon netscape plugin
Index: osExports.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/osExports.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** osExports.c 5 Jul 2002 06:58:00 -0000 1.2
--- osExports.c 6 Aug 2002 21:41:21 -0000 1.3
***************
*** 7,10 ****
--- 7,16 ----
style you may as well insert the exports right here */
+ #include "sqVirtualMachine.h"
+ /* Configuration options */
+ #include "sqConfig.h"
+ /* Platform specific definitions */
+ #include "sqPlatformSpecific.h"
+
#include <stdio.h>
#include "sqMacUIEvents.h"
***************
*** 51,55 ****
--- 57,63 ----
XFN(serialPortWriteFrom)
XFN(IsKeyDown)
+ #ifndef PLUGIN
XFN(getUIToLock)
+ #endif
#ifdef PLUGIN
/* Plugin support primitives
|