include/mscvpdb.h: Use flexible array members for the rest of structures.
[wine.git] / dlls / shlwapi / Makefile.in
blob2c94cfefce1aeeed8696c4481d2197e1c08c4327
1 EXTRADEFS = -D_SHLWAPI_
2 MODULE = shlwapi.dll
3 IMPORTLIB = shlwapi
4 IMPORTS = uuid shcore user32 gdi32 advapi32 kernelbase
5 DELAYIMPORTS = userenv oleaut32 ole32 comctl32 comdlg32 mpr mlang urlmon shell32 winmm
7 SOURCES = \
8 assoc.c \
9 clist.c \
10 istream.c \
11 msgbox.c \
12 ordinal.c \
13 path.c \
14 reg.c \
15 regstream.c \
16 shlwapi.rc \
17 shlwapi_main.c \
18 stopwatch.c \
19 string.c \
20 thread.c \
21 url.c \
22 wsprintf.c