From: Jos v.d.V. <jo...@us...> - 2014-01-24 13:54:10
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13502 Modified Files: NewConsole.f Log Message: Jos Making sure that the console also disapear from the taskmanager. Index: NewConsole.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/NewConsole.f,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** NewConsole.f 15 Nov 2013 19:35:03 -0000 1.40 --- NewConsole.f 24 Jan 2014 13:54:08 -0000 1.41 *************** *** 183,186 **** --- 183,190 ---- ;M + + :M WM_CLOSE ( h m w l -- res ) + bye 0 ;M + ;Object |