ChangeSet ID: 12167
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/27 18:29:18
Modified files:
windows : mdi.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Before removing menu items in the MDI Window menu check whether a menu
item following a separator has our "magic" value.
Patch: http://cvs.winehq.org/patch.py?id=12167
Old revision New revision Changes Path
1.126 1.127 +34 -18 wine/windows/mdi.c
ChangeSet ID: 12161
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/26 21:15:52
Modified files:
include : winternl.h
dlls/ntdll : file.c directory.c
dlls/kernel : volume.c path.c
Log message:
Pass the creation disposition to wine_nt_to_unix_file_name so that it
can return the correct error code in all cases.
Changed MoveFileExW to use wine_nt_to_unix_file_name to avoid
computing the NT name twice.
Fixed crash in GetDriveTypeW with a NULL root.
Patch: http://cvs.winehq.org/patch.py?id=12161
Old revision New revision Changes Path
1.79 1.80 +1 -1 wine/include/winternl.h
1.52 1.53 +6 -7 wine/dlls/ntdll/file.c
1.10 1.11 +37 -22 wine/dlls/ntdll/directory.c
1.10 1.11 +14 -7 wine/dlls/kernel/volume.c
1.7 1.8 +23 -21 wine/dlls/kernel/path.c