Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory usw-pr-cvs1:/tmp/cvs-serv8418/squeak/platforms/Mac OS/vm
Modified Files:
sqPlatformSpecific.h
Log Message:
3.2.8b3 Fixes for building as a carbo netscape plugin
Index: sqPlatformSpecific.h
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqPlatformSpecific.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** sqPlatformSpecific.h 13 May 2002 19:57:39 -0000 1.10
--- sqPlatformSpecific.h 6 Aug 2002 21:55:38 -0000 1.11
***************
*** 12,15 ****
--- 12,17 ----
* May 5th, 2002, JMM added define for PLUGIN for CW
* May 12th, 2002, JMM added SQUEAK_BUILTIN_PLUGIN for CW Pro
+ * 3.2.8b1 July 24th, 2002 JMM support for os-x plugin under IE 5.x
+
*
How to use this file:
***************
*** 58,62 ****
typedef FILE *sqImageFile;
#else
! #if defined(__MWERKS__) & !TARGET_API_MAC_CARBON
#include <stat.h>
#define fseeko fseek
--- 60,64 ----
typedef FILE *sqImageFile;
#else
! #if defined(__MWERKS__)
#include <stat.h>
#define fseeko fseek
|