Handle wParam in WM_PAINT properly: if non-null, it is the hdc we are
[wine] / dlls / mpr / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = mpr.dll
6 IMPORTS   = user32 advapi32 kernel32
7 EXTRALIBS = $(LIBUNICODE)
8
9 C_SRCS = \
10         auth.c \
11         mpr_main.c \
12         multinet.c \
13         nps.c \
14         pwcache.c \
15         wnet.c
16
17 RC_SRCS = mpr.rc
18
19 @MAKE_DLL_RULES@
20
21 ### Dependencies: