Re: wine/programs/winetest main.c Makefile.in
Alexandre Julliard <julliard(a)winehq.org> writes:
ChangeSet ID: 12069 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/04/19 23:00:07
Log message: Ferenc Wagner <wferi(a)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. -- Feri.
Ferenc Wagner <wferi(a)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. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Ferenc Wagner