include/mscvpdb.h: Use flexible array members for the rest of structures.
[wine.git] / dlls / msvcr90 / Makefile.in
blobfb6047297e769159f7755d978a5f7f4623752c57
1 EXTRADEFS = -D_CRTIMP=
2 MODULE = msvcr90.dll
3 IMPORTLIB = msvcr90
4 IMPORTS = $(MUSL_PE_LIBS) ntdll
5 DELAYIMPORTS = advapi32 user32
6 PARENTSRC = ../msvcrt
8 SOURCES = \
9 console.c \
10 cpp.c \
11 ctype.c \
12 data.c \
13 dir.c \
14 environ.c \
15 errno.c \
16 except.c \
17 except_arm.c \
18 except_arm64.c \
19 except_arm64ec.c \
20 except_i386.c \
21 except_x86_64.c \
22 exception_ptr.c \
23 exit.c \
24 file.c \
25 heap.c \
26 iob.c \
27 locale.c \
28 lock.c \
29 main.c \
30 math.c \
31 mathf.c \
32 mbcs.c \
33 misc.c \
34 msvcr90.rc \
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 wcs.c