Make SetWindowSubclass behave with SetWindowLong subclasses.
commit59302aed35663c3b17f6cccc7ce71fd11b4f01fb
authorKevin Koltzau <kevin@plop.org>
Sun, 22 Aug 2004 22:29:37 +0000 (22 22:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 22 Aug 2004 22:29:37 +0000 (22 22:29 +0000)
treef6c3ce3d4d68cb12a46d8eafd05a15859e7e75ef
parent6b1e83281bfeb5bf76602317151bcc1c851b5a51
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.
dlls/comctl32/comctl32.h
dlls/comctl32/commctrl.c
dlls/comctl32/tests/.cvsignore
dlls/comctl32/tests/Makefile.in
dlls/comctl32/tests/subclass.c [new file with mode: 0644]