Module: wine Branch: master Commit: c38ba3a41137f3e66eac34ae6da6bd070fbdfe6a URL: http://source.winehq.org/git/wine.git/?a=commit;h=c38ba3a41137f3e66eac34ae6d...
Author: Thomas Faber thfabba@gmx.de Date: Sat May 5 16:11:04 2012 +0200
rpcrt4/tests: Fix build with PSDK headers.
---
dlls/rpcrt4/tests/ndr_marshall.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/rpcrt4/tests/ndr_marshall.c b/dlls/rpcrt4/tests/ndr_marshall.c index 549d09e..ac3bacc 100644 --- a/dlls/rpcrt4/tests/ndr_marshall.c +++ b/dlls/rpcrt4/tests/ndr_marshall.c @@ -20,6 +20,7 @@
#include <stdarg.h>
+#define _WIN32_WINNT 0x0500 #define NTDDI_WIN2K 0x05000000 #define NTDDI_VERSION NTDDI_WIN2K /* for some MIDL_STUB_MESSAGE fields */