ChangeSet ID: 14704
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/06 14:39:08
Modified files:
dlls/imm32 : imm.c
Log message:
Ivan Leo Puoti <puoti(a)inwind.it>
Register the IME class when imm32.dll is loaded.
Patch: http://cvs.winehq.org/patch.py?id=14704
Old revision New revision Changes Path
1.36 1.37 +1 -1 wine/dlls/imm32/imm.c
ChangeSet ID: 14699
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/06 10:48:16
Modified files:
dlls/ntdll : directory.c
Log message:
Use a direct getdents syscall on Linux to avoid relying on
implementation details of seekdir/telldir.
Patch: http://cvs.winehq.org/patch.py?id=14699
Old revision New revision Changes Path
1.19 1.20 +276 -163 wine/dlls/ntdll/directory.c