[PATCH 2/3] shell32/tests: Remove now useless forced 0x0501 API versions.

Serge Gautherie winehq-git_serge_180711 at gautherie.fr
Sat Mar 14 12:06:33 CDT 2020


Signed-off-by: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
---
 dlls/shell32/tests/shlexec.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c
index 030ab54..1455b46 100644
--- a/dlls/shell32/tests/shlexec.c
+++ b/dlls/shell32/tests/shlexec.c
@@ -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>
 
-- 
2.10.0.windows.1




More information about the wine-devel mailing list