|
From: David B. <dav...@us...> - 2004-11-22 04:30:02
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3451 Modified Files: Tag: sidewinder-branch shell.c Log Message: put it in the right place Index: shell.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shell.c,v retrieving revision 1.4 retrieving revision 1.4.4.1 diff -C2 -d -r1.4 -r1.4.4.1 *** shell.c 1 Nov 2004 11:50:16 -0000 1.4 --- shell.c 22 Nov 2004 04:29:52 -0000 1.4.4.1 *************** *** 78,81 **** --- 78,83 ---- #include "WinSockNetEvents.h" + #include "langpython.h" + #ifdef flcomponent #include <uisharing.h> *************** *** 1321,1324 **** --- 1323,1328 ---- #endif + + pythoninitverbs(); if (keyboardescape ()) /*check again before landinit; after this, must do shellquit*/ |