ncrypt: Add NCryptIsKeyHandle stub.
[wine.git] / dlls / crtdll / Makefile.in
blobac07045cb76770009e50a83efe5cc6d01e7ce888
1 EXTRADEFS = -D_MT -D_MSVCR_VER=0 -D_CRTDLL
2 MODULE = crtdll.dll
3 PARENTSRC = ../msvcrt
4 DELAYIMPORTS = advapi32 user32
6 C_SRCS = \
7 console.c \
8 cpp.c \
9 ctype.c \
10 data.c \
11 dir.c \
12 environ.c \
13 errno.c \
14 except.c \
15 except_arm.c \
16 except_arm64.c \
17 except_i386.c \
18 except_x86_64.c \
19 exit.c \
20 file.c \
21 heap.c \
22 locale.c \
23 lock.c \
24 main.c \
25 math.c \
26 mbcs.c \
27 misc.c \
28 process.c \
29 scanf.c \
30 string.c \
31 thread.c \
32 time.c \
33 undname.c \
34 wcs.c