Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-12-01 13:01:04 -0800 (Sat, 01 Dec 2007)
Revision: 12618
Log message:
I very much doubt this is related to bug #708.
In GetExitCodeProcess, if the exitcode is STILL_ACTIVE (259), then
the process didn't exit. Isn't Windows wonderful? MSDN puts
it this way:
"Warning If a process happens to return STILL_ACTIVE (259) as an
error code, applications that test for this value could end up
in an infinite loop."
Changes | Path(relative to omake-branches/0.9.8.x/src/clib) |
+9 -19 | omake_shell_sys.c |