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