|
From: John M M. <jo...@us...> - 2002-08-06 21:54:29
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory usw-pr-cvs1:/tmp/cvs-serv7871/squeak/platforms/Mac OS/vm
Modified Files:
sqMacWindow.c
Log Message:
3.2.8b3 Fix for building as carbon netscape plugin
Index: sqMacWindow.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacWindow.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** sqMacWindow.c 9 May 2002 19:25:09 -0000 1.18
--- sqMacWindow.c 6 Aug 2002 21:54:26 -0000 1.19
***************
*** 14,17 ****
--- 14,18 ----
* Apr 17th, 2002, JMM Use accessors for VM variables.
* May 5th, 2002, JMM cleanup for building as NS plugin
+ 3.2.8b1 July 24th, 2002 JMM support for os-x plugin under IE 5.x
*****************************************************************************/
***************
*** 282,286 ****
#ifndef IHAVENOHEAD
! #if TARGET_API_MAC_CARBON
if ((Ptr)CreateNewWindow != (Ptr)kUnresolvedCFragSymbolAddress)
CreateNewWindow(kDocumentWindowClass,
--- 283,287 ----
#ifndef IHAVENOHEAD
! #if TARGET_API_MAC_CARBON & !defined(__MWERKS__)
if ((Ptr)CreateNewWindow != (Ptr)kUnresolvedCFragSymbolAddress)
CreateNewWindow(kDocumentWindowClass,
|