Alexandre Julliard julliard@winehq.org writes:
ChangeSet ID: 12069 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/04/19 23:00:07
Log message: Ferenc Wagner wferi@afavant.elte.hu
- Change to console mode so that winetest runs under WinRash.
- Move from spawnvp() to CreateProcess().
- Force a 2-minute timeout on individual tests.
Hi Alexandre,
Is there a forcing reason to have oldstdout initialized to -1 besides playing safe? Not that I object it, just want to avoid grave errors in the future.
Ferenc Wagner wferi@afavant.elte.hu writes:
Is there a forcing reason to have oldstdout initialized to -1 besides playing safe? Not that I object it, just want to avoid grave errors in the future.
No reason at all, it's just to avoid a compiler warning.