From 8fc0b7d525ae5e85b5a796eaf6572d22591e02c6 Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Sat, 14 Mar 2020 18:06:33 +0100 Subject: [PATCH] shell32/tests: Remove now useless forced 0x0501 API versions. Signed-off-by: Serge Gautherie Signed-off-by: Alexandre Julliard --- dlls/shell32/tests/shlexec.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c index 0bc7eab0cdd..eec1a63d383 100644 --- a/dlls/shell32/tests/shlexec.c +++ b/dlls/shell32/tests/shlexec.c @@ -30,11 +30,6 @@ * we could check */ -/* Needed to get SEE_MASK_NOZONECHECKS with the PSDK */ -#define NTDDI_WINXPSP1 0x05010100 -#define NTDDI_VERSION NTDDI_WINXPSP1 -#define _WIN32_WINNT 0x0501 - #include #include