[SHELL32_WINETEST] shlexec.c: Remove forced 0x0501 API versions

No impact, as already deactivated.

Import
https://source.winehq.org/git/wine.git/commit/8fc0b7d525ae5e85b5a796eaf6572d22591e02c6
This commit is contained in:
Serge Gautherie
2020-03-28 20:46:44 +01:00
committed by Thomas Faber
parent 9d943b788a
commit 8d3d2b1bef
@@ -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>