ChangeSet ID: 11597
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/20 13:25:39
Modified files:
files : file.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Fixed OpenFile returned value when OF_EXIST flag is specified.
Patch: http://cvs.winehq.org/patch.py?id=11597
Old revision New revision Changes Path
1.210 1.211 +5 -2 wine/files/file.c
ChangeSet ID: 11596
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/20 13:25:12
Modified files:
windows : dialog.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Change order of EnableWindow/DestroyWindow in the case of failure in
DIALOG_CreateControls32.
Patch: http://cvs.winehq.org/patch.py?id=11596
Old revision New revision Changes Path
1.127 1.128 +1 -1 wine/windows/dialog.c