|
From: Andre R. <and...@us...> - 2004-11-29 07:34:21
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30493 Modified Files: shell.c Log Message: Call dllinitverbs on all platforms, not just on the Mac. Index: shell.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shell.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** shell.c 29 Nov 2004 07:16:42 -0000 1.7 --- shell.c 29 Nov 2004 07:34:10 -0000 1.8 *************** *** 1321,1328 **** quicktimeinitverbs (); - dllinitverbs (); /*2004-11-29 aradke: langdll.c*/ - #endif if (keyboardescape ()) /*check again before landinit; after this, must do shellquit*/ exittooperatingsystem (); --- 1321,1328 ---- quicktimeinitverbs (); #endif + dllinitverbs (); /*2004-11-29 aradke: langdll.c*/ + if (keyboardescape ()) /*check again before landinit; after this, must do shellquit*/ exittooperatingsystem (); |