shell32/tests: Remove now useless forced 0x0501 API versions.

Signed-off-by: Serge Gautherie <winehq-git_serge_180711@gautherie.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Serge Gautherie 2020-03-14 18:06:33 +01:00 committed by Alexandre Julliard
parent 57f08ba525
commit 8fc0b7d525

View file

@ -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 <stdio.h>
#include <assert.h>