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

No impact, as already deactivated.

Import
8fc0b7d525
This commit is contained in:
Serge Gautherie 2020-03-12 17:07:47 +01:00 committed by Thomas Faber
parent 9d943b788a
commit 8d3d2b1bef
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -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>