mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 02:07:16 +00:00
59302aed35
Allow unlimited number of subclasses. Correct issue when SendMessage is called from within a subclass proc. Add regression test.
17 lines
242 B
Makefile
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:
|