[NTDLL_WINETEST] Remove forced 0x500 API versions (#2483)

No impact, as conditional.

Import
71d8103190
This commit is contained in:
Serge Gautherie
2020-03-30 12:38:47 +02:00
committed by GitHub
parent 07efa2ef53
commit 5d393d73ad
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"