Thomas Faber : rpcrt4/tests: Fix build with PSDK headers.

Alexandre Julliard julliard at winehq.org
Mon May 7 14:29:26 CDT 2012


Module: wine
Branch: master
Commit: c38ba3a41137f3e66eac34ae6da6bd070fbdfe6a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c38ba3a41137f3e66eac34ae6da6bd070fbdfe6a

Author: Thomas Faber <thfabba at 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 */
 




More information about the wine-cvs mailing list