ole32/tests: Fix the clipboard format test on Win64.
[wine] / dlls / ole32 / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = ole32.dll
6 IMPORTS   = oleaut32 ole32 user32 gdi32 advapi32 kernel32
7
8 CTESTS = \
9         clipboard.c \
10         compobj.c \
11         defaulthandler.c \
12         dragdrop.c \
13         errorinfo.c \
14         hglobalstream.c \
15         marshal.c \
16         moniker.c \
17         ole2.c \
18         propvariant.c \
19         stg_prop.c \
20         storage32.c \
21         usrmarshal.c
22
23 @MAKE_TEST_RULES@
24
25 @DEPENDENCIES@  # everything below this line is overwritten by make depend