ChangeSet ID: 19343
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/08 06:04:20
Modified files:
dlls/oleaut32 : typelib.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Revert to previous behaviour of detecting names with non-alphanumeric
characters as ones with offsets, but add in a special case for an
empty name.
Patch: http://cvs.winehq.org/patch.py?id=19343
Old revision New revision Changes Path
1.164 1.165 +1 -1 wine/dlls/oleaut32/typelib.c
ChangeSet ID: 19340
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/08 06:02:54
Modified files:
dlls/user/tests: listbox.c
dlls/user : listbox.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
The listbox test shows that the control id must be stored in WPARAM
for the WM_DRAWITEM message.
Fix the listbox test so CreateWindow() does not fail on Windows.
Patch: http://cvs.winehq.org/patch.py?id=19340
Old revision New revision Changes Path
1.9 1.10 +8 -3 wine/dlls/user/tests/listbox.c
1.18 1.19 +1 -1 wine/dlls/user/listbox.c