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