https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8d3d2b1bef984d0604d760345ded1c2a1c9322ff
commit 8d3d2b1bef984d0604d760345ded1c2a1c9322ff Author: Serge Gautherie <[email protected]> AuthorDate: Thu Mar 12 17:07:47 2020 +0100 Commit: Thomas Faber <[email protected]> CommitDate: Sat Mar 28 20:46:44 2020 +0100 [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 <stdio.h> #include <assert.h>
