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

Signed-off-by: Serge Gautherie <winehq-git_serge_180711@gautherie.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Serge Gautherie 2020-03-18 03:14:26 +01:00 committed by Alexandre Julliard
parent 134074e553
commit 71d8103190
2 changed files with 0 additions and 8 deletions

View File

@ -21,10 +21,6 @@
#include <stdarg.h>
#include <stdio.h>
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x500 /* For NTSTATUS */
#endif
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION

View File

@ -20,10 +20,6 @@
#include <stdarg.h>
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x500 /* For NTSTATUS */
#endif
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "windef.h"