explorer: Fix compilation on systems that don't support nameless unions.
[wine] / programs / explorer / Makefile.in
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 MODULE    = explorer.exe
3 APPMODE   = -mwindows -municode
4 IMPORTS   = rpcrt4 user32 gdi32 advapi32
5 DELAYIMPORTS = comctl32  shell32 ole32
6
7 C_SRCS = \
8         appbar.c \
9         desktop.c \
10         explorer.c \
11         systray.c
12
13 RC_SRCS = explorer.rc
14 PO_SRCS = explorer.rc
15
16 @MAKE_PROG_RULES@