Commit 71d81031 authored by Serge Gautherie's avatar Serge Gautherie Committed by Alexandre Julliard

ntdll/tests: Remove now useless forced 0x500 API versions.

parent 134074e5
...@@ -21,10 +21,6 @@ ...@@ -21,10 +21,6 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x500 /* For NTSTATUS */
#endif
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define NONAMELESSUNION #define NONAMELESSUNION
......
...@@ -20,10 +20,6 @@ ...@@ -20,10 +20,6 @@
#include <stdarg.h> #include <stdarg.h>
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x500 /* For NTSTATUS */
#endif
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include "windef.h" #include "windef.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