include/mscvpdb.h: Use flexible array members for the rest of structures.
[wine.git] / dlls / msvcr120 / Makefile.in
blob5954973cfeccf9ee3582ea598cf81403d8779718
1 EXTRADEFS = -D_CRTIMP=
2 MODULE = msvcr120.dll
3 IMPORTLIB = msvcr120
4 IMPORTS = $(MUSL_PE_LIBS) ntdll
5 DELAYIMPORTS = advapi32 user32
6 PARENTSRC = ../msvcrt
8 SOURCES = \
9 concurrency.c \
10 console.c \
11 cpp.c \
12 ctype.c \
13 data.c \
14 dir.c \
15 environ.c \
16 errno.c \
17 except.c \
18 except_arm.c \
19 except_arm64.c \
20 except_arm64ec.c \
21 except_i386.c \
22 except_x86_64.c \
23 exception_ptr.c \
24 exit.c \
25 file.c \
26 heap.c \
27 iob.c \
28 locale.c \
29 lock.c \
30 main.c \
31 math.c \
32 mathf.c \
33 mbcs.c \
34 misc.c \
35 onexit.c \
36 process.c \
37 scanf.c \
38 sincos.c \
39 string.c \
40 thread.c \
41 time.c \
42 undname.c \
43 version.rc \
44 wcs.c