ChangeSet ID: 13441 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/22 17:29:38
Modified files: dlls/comctl32/tests: Makefile.in .cvsignore dlls/comctl32 : commctrl.c comctl32.h Added files: dlls/comctl32/tests: subclass.c
Log message: Kevin Koltzau kevin@plop.org Make SetWindowSubclass behave with SetWindowLong subclasses. Allow unlimited number of subclasses. Correct issue when SendMessage is called from within a subclass proc. Add regression test.
Patch: http://cvs.winehq.org/patch.py?id=13441
Old revision New revision Changes Path 1.3 1.4 +1 -0 wine/dlls/comctl32/tests/Makefile.in 1.4 1.5 +1 -0 wine/dlls/comctl32/tests/.cvsignore 1.81 1.82 +114 -91 wine/dlls/comctl32/commctrl.c 1.30 1.31 +10 -8 wine/dlls/comctl32/comctl32.h Added 1.1 +0 -0 wine/dlls/comctl32/tests/subclass.c