Commit 38e8f6d8 authored by Alexandre Julliard's avatar Alexandre Julliard

rpcrt4/tests: Define the required Windows version before including anything.

parent 3369c532
......@@ -18,12 +18,12 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#define _WIN32_WINNT 0x0500
#define NTDDI_WIN2K 0x05000000
#define NTDDI_VERSION NTDDI_WIN2K /* for some MIDL_STUB_MESSAGE fields */
#include <stdarg.h>
#include "wine/test.h"
#include <windef.h>
#include <winbase.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment