rpcrt4: Fix the return value from NdrSimpleStructMemorySize.
[wine] / dlls / query / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = query.dll
6 IMPORTS   = kernel32
7 EXTRALIBS = -luuid
8 EXTRADEFS = -DCOM_NO_WINDOWS_H
9
10 C_SRCS = \
11         query_main.c
12
13 @MAKE_DLL_RULES@
14
15 @DEPENDENCIES@  # everything below this line is overwritten by make depend