From 8d3d2b1bef984d0604d760345ded1c2a1c9322ff Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Thu, 12 Mar 2020 17:07:47 +0100 Subject: [PATCH] [SHELL32_WINETEST] shlexec.c: Remove forced 0x0501 API versions No impact, as already deactivated. Import https://source.winehq.org/git/wine.git/commit/8fc0b7d525ae5e85b5a796eaf6572d22591e02c6 --- modules/rostests/winetests/shell32/shlexec.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/rostests/winetests/shell32/shlexec.c b/modules/rostests/winetests/shell32/shlexec.c index af4b8e33850..72a8c6dd129 100644 --- a/modules/rostests/winetests/shell32/shlexec.c +++ b/modules/rostests/winetests/shell32/shlexec.c @@ -30,13 +30,6 @@ * we could check */ -/* Needed to get SEE_MASK_NOZONECHECKS with the PSDK */ -#ifndef __REACTOS__ -#define NTDDI_WINXPSP1 0x05010100 -#define NTDDI_VERSION NTDDI_WINXPSP1 -#define _WIN32_WINNT 0x0501 -#endif - #include #include