kernel32: FindFirstChangeNotification needs a static IO_STATUS_BLOCK.
[wine] / dlls / crypt32 / Makefile.in
1 EXTRADEFS = -D_CRYPT32_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = crypt32.dll
7 IMPORTLIB = libcrypt32.$(IMPLIBEXT)
8 IMPORTS   = user32 advapi32 kernel32 ntdll
9
10 C_SRCS = \
11         cert.c \
12         encode.c \
13         oid.c \
14         protectdata.c \
15         str.c \
16         main.c
17
18 SUBDIRS = tests
19
20 @MAKE_DLL_RULES@
21
22 ### Dependencies: