https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5d393d73ad4ac221d2bf07...
commit 5d393d73ad4ac221d2bf077b25ac37330ace3bca Author: Serge Gautherie 32623169+SergeGautherie@users.noreply.github.com AuthorDate: Mon Mar 30 12:38:47 2020 +0200 Commit: GitHub noreply@github.com CommitDate: Mon Mar 30 12:38:47 2020 +0200
[NTDLL_WINETEST] Remove forced 0x500 API versions (#2483)
No impact, as conditional.
Import https://source.winehq.org/git/wine.git/commit/71d810319059d171df0e40d8575251... --- modules/rostests/winetests/ntdll/exception.c | 4 ---- modules/rostests/winetests/ntdll/ntdll_test.h | 4 ---- 2 files changed, 8 deletions(-)
diff --git a/modules/rostests/winetests/ntdll/exception.c b/modules/rostests/winetests/ntdll/exception.c index d5a197b4a31..142913f7db1 100644 --- a/modules/rostests/winetests/ntdll/exception.c +++ b/modules/rostests/winetests/ntdll/exception.c @@ -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 diff --git a/modules/rostests/winetests/ntdll/ntdll_test.h b/modules/rostests/winetests/ntdll/ntdll_test.h index 6883c9867bc..d87801a983a 100644 --- a/modules/rostests/winetests/ntdll/ntdll_test.h +++ b/modules/rostests/winetests/ntdll/ntdll_test.h @@ -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"