ChangeSet ID: 6506
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/05 13:13:42
Modified files:
documentation : testing.sgml
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Removed references to the Perl tests.
Added a section describing how to build and run tests on Windows.
The Visual C++ section should be relatively complete but the MinGW and
cross-compiling section still need some work.
Patch: http://cvs.winehq.com/patch.py?id=6506
Old revision New revision Changes Path
1.2 1.3 +111 -22 wine/documentation/testing.sgml
ChangeSet ID: 6501
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/05 13:05:44
Modified files:
tools : wineinstall
Log message:
Sylvain Petreolle <spetreolle(a)yahoo.fr>
Install apps in windows\system since that's what the system directory
is set to in the config file.
Patch: http://cvs.winehq.com/patch.py?id=6501
Old revision New revision Changes Path
1.49 1.50 +9 -9 wine/tools/wineinstall
ChangeSet ID: 6497
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/05 13:00:56
Modified files:
dlls/dsound : dsound_main.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Return an error if dwSize is not valid.
No need to dump dwFlags before it is initialized.
Patch: http://cvs.winehq.com/patch.py?id=6497
Old revision New revision Changes Path
1.66 1.67 +2 -5 wine/dlls/dsound/dsound_main.c