ChangeSet ID: 989259439664964190684259
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/05/07 14:17:19
Modified files:
dlls/setupapi : virtcopy.c
Log message:
Chris Morgan <cmorgan(a)wpi.edu>
Fix duplicate directories being concatenated to buffer in
VcpExplain16(). Added a few useful TRACE lines. Enabled a ifdef'ed
out call to CopyFile() inside of VCP_CopyFiles() so files are copied
to a users directories during an install.
Patch: http://cvs.winehq.com/patch.py?id=989259439664964190684259
Revision Changes Path
1.3 +21 -5 wine/dlls/setupapi/virtcopy.c
ChangeSet ID: 989259377722191746812314
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/05/07 14:16:17
Modified files:
dlls/commdlg : fontdlg.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
Drop flags during font enumeration for font chooser if we get no
matches.
Patch: http://cvs.winehq.com/patch.py?id=989259377722191746812314
Revision Changes Path
1.31 +33 -12 wine/dlls/commdlg/fontdlg.c