ChangeSet ID: 989259671909788246732205
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/05/07 14:21:11
Modified files:
. : configure configure.in
Log message:
Bang Jun-Young <bjy(a)mogua.org>
Add the NetBSD style errno location.
Modify a message to give a bit more info when building Wine on NetBSD.
Patch: http://cvs.winehq.com/patch.py?id=989259671909788246732205
Revision Changes Path
1.199 +113 -75 wine/configure
1.199 +3 -1 wine/configure.in
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