TESTDLL   = winhttp.dll
IMPORTS   = winhttp oleaut32 ole32 crypt32 advapi32 ws2_32
EXTRADEFS = -U__WINESRC__ -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS

C_SRCS = \
	notification.c \
	url.c \
	winhttp.c

@MAKE_TEST_RULES@