rpcrt4/tests: Fix build with PSDK headers.

This commit is contained in:
Thomas Faber 2012-05-05 16:11:04 +02:00 committed by Alexandre Julliard
parent bf5c7d4546
commit c38ba3a411
1 changed files with 1 additions and 0 deletions

View File

@ -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 */