ws2_32: Test WSAAccept optional callback parameter before trying to use it.
[wine/multimedia.git] / programs / uninstaller / Makefile.in
blob3b151a7de161b9e8a1239a0b8f9dea62b1e45b7a
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = uninstaller.exe
7 APPMODE = -mconsole -municode
8 IMPORTS = shlwapi shell32 user32 gdi32 advapi32 kernel32
10 C_SRCS = \
11 main.c
13 RC_SRCS = rsrc.rc
15 @MAKE_PROG_RULES@
17 @DEPENDENCIES@ # everything below this line is overwritten by make depend