From: George H. <geo...@us...> - 2010-06-16 19:48:39
|
Update of /cvsroot/win32forth/win32forth/src In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv924 Modified Files: w32fMsg.f Log Message: Corrected value Index: w32fMsg.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/w32fMsg.f,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** w32fMsg.f 15 Jun 2010 23:49:21 -0000 1.15 --- w32fMsg.f 16 Jun 2010 19:48:31 -0000 1.16 *************** *** 542,546 **** else >r [createprocess] \ launch the w32fapp if r>drop -1 ! else 16500 30 time-taken * + ( ms) ProcInfo @ \ give the launched process a.. call WaitForInputIdle drop \ ..chance to set its hwnd.. CloseThread \ ..in shared memory --- 542,546 ---- else >r [createprocess] \ launch the w32fapp if r>drop -1 ! else 1650 30 time-taken * + ( ms) ProcInfo @ \ give the launched process a.. call WaitForInputIdle drop \ ..chance to set its hwnd.. CloseThread \ ..in shared memory |