psapi/tests: Adjust margin for win10.
[wine/multimedia.git] / dlls / ucrtbase / Makefile.in
blob9e672f3059a4784c6b21cb5875462d8fe1dcdc76
1 EXTRADEFS = -D_MT -D_MSVCR_VER=140
2 MODULE = ucrtbase.dll
3 DELAYIMPORTS = advapi32 user32
4 PARENTSRC = ../msvcrt
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_i386.c \
17 except_x86_64.c \
18 exit.c \
19 file.c \
20 heap.c \
21 locale.c \
22 lock.c \
23 main.c \
24 math.c \
25 mbcs.c \
26 misc.c \
27 process.c \
28 string.c \
29 thread.c \
30 time.c \
31 undname.c \
32 wcs.c