wine/dlls/comctl32/tests/Makefile.in
Kevin Koltzau 59302aed35 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.
2004-08-22 22:29:37 +00:00

17 lines
242 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = comctl32.dll
IMPORTS = comctl32 user32 gdi32
CTESTS = \
dpa.c \
imagelist.c \
subclass.c \
tab.c
@MAKE_TEST_RULES@
### Dependencies: