|
From: Andre R. <and...@us...> - 2006-03-10 13:43:51
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21908/Common/headers Modified Files: sysshellcall.h Log Message: winshellcall now optionally also reads from the shell's stderr and returns its exit code. Index: sysshellcall.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/sysshellcall.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sysshellcall.h 9 Mar 2006 11:08:50 -0000 1.2 --- sysshellcall.h 10 Mar 2006 13:43:44 -0000 1.3 *************** *** 35,39 **** #ifdef WIN95VERSION ! boolean winshellcall (Handle, Handle); #endif --- 35,39 ---- #ifdef WIN95VERSION ! boolean winshellcall (Handle, Handle, Handle, long*); #endif |