Use the correct rectangle for ETO_OPAQUE - spotted by James Hawkins.
[wine] / dlls / secur32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = secur32.dll
6 IMPORTLIB = libsecur32.$(IMPLIBEXT)
7 IMPORTS   = user32 advapi32 kernel32 ntdll
8
9 C_SRCS = \
10         negotiate.c \
11         ntlm.c \
12         schannel.c \
13         secur32.c \
14         thunks.c \
15         wrapper.c
16
17 SUBDIRS = tests
18
19 @MAKE_DLL_RULES@
20
21 ### Dependencies: