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

Alexandre Julliard julliard at winehq.org
Tue Mar 17 17:21:08 CDT 2020


Module: wine
Branch: master
Commit: 8fc0b7d525ae5e85b5a796eaf6572d22591e02c6
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8fc0b7d525ae5e85b5a796eaf6572d22591e02c6

Author: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
Date:   Sat Mar 14 18:06:33 2020 +0100

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

Signed-off-by: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 0bc7eab0cd..eec1a63d38 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>
 




More information about the wine-cvs mailing list