|
From: John M M. <jo...@us...> - 2003-10-03 19:06:31
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory sc8-pr-cvs1:/tmp/cvs-serv18504/squeak/platforms/Mac OS/vm
Modified Files:
sqMacMain.c
Log Message:
3.6.0.b2 Ensure aioInit gets called for browser plugin logic
Index: sqMacMain.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacMain.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** sqMacMain.c 2 Sep 2003 17:51:05 -0000 1.17
--- sqMacMain.c 3 Oct 2003 19:06:27 -0000 1.18
***************
*** 306,309 ****
--- 306,310 ----
OSErr err;
+ aioInit();
gThreadManager = false;
pthread_mutex_init(&gEventQueueLock, NULL);
|