ChangeSet ID: 12030
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/16 19:26:54
Modified files:
dlls/kernel : file.c change.c
Log message:
Make FindFirstFileExW and FindFirstChangeNotificationW use NtOpenFile
directly so that they can take advantage of the FILE_DIRECTORY_FILE
option.
Patch: http://cvs.winehq.org/patch.py?id=12030
Old revision New revision Changes Path
1.11 1.12 +28 -22 wine/dlls/kernel/file.c
1.4 1.5 +32 -16 wine/dlls/kernel/change.c
ChangeSet ID: 12028
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/16 19:23:50
Modified files:
dlls/advapi32 : crypt.c advapi32.spec
Log message:
Mike Hearn <mike(a)navi.cx>
Documentation for SystemFunction040 and SystemFunction041 has become
available, so stub them out in case applications use them.
Patch: http://cvs.winehq.org/patch.py?id=12028
Old revision New revision Changes Path
1.32 1.33 +40 -0 wine/dlls/advapi32/crypt.c
1.48 1.49 +2 -2 wine/dlls/advapi32/advapi32.spec
ChangeSet ID: 12026
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/16 19:21:52
Modified files:
dlls/x11drv : keyboard.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- start assigning custom VK codes from VK_OEM_8 since this code
already presents in the layout tables
- search the layout tables only if XLookupString returned non zero
number of characters for a keysym, otherwise that's a non character
key
- avoid inserting VK_OEM_x codes into unassigned positions since these
codes might already be in the layout table, thus creating a conflict
Patch: http://cvs.winehq.org/patch.py?id=12026
Old revision New revision Changes Path
1.52 1.53 +11 -5 wine/dlls/x11drv/keyboard.c
ChangeSet ID: 12021
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/16 18:29:57
Modified files:
dlls/richedit : reader.c
Log message:
Ge van Geldorp <gvg(a)reactos.com>
- Work around problem in NSIS installers which can't handle 1 char at
a time reading of RTF text.
- Increase buffer to 4096 bytes for better compatibility.
Patch: http://cvs.winehq.org/patch.py?id=12021
Old revision New revision Changes Path
1.13 1.14 +9 -3 wine/dlls/richedit/reader.c