Francois Gouget : shell32/tests: We need NTDDI_VERSION >= NTDDI_WINXPSP1 to get SEE_MASK_NOZONECHECKS with the PSDK.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 29 08:05:30 CDT 2007


Module: wine
Branch: master
Commit: 29a4a9c84948daae486271832559e05c939e2e2a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=29a4a9c84948daae486271832559e05c939e2e2a

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun May 27 13:23:37 2007 +0200

shell32/tests: We need NTDDI_VERSION >= NTDDI_WINXPSP1 to get SEE_MASK_NOZONECHECKS with the PSDK.

---

 dlls/shell32/tests/shlexec.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c
index a226667..97f43b6 100644
--- a/dlls/shell32/tests/shlexec.c
+++ b/dlls/shell32/tests/shlexec.c
@@ -35,6 +35,10 @@
 #include <stdio.h>
 #include <assert.h>
 
+/* Needed to get SEE_MASK_NOZONECHECKS with the PSDK */
+#define NTDDI_WINXPSP1 0x05010100
+#define NTDDI_VERSION NTDDI_WINXPSP1
+
 #include "wtypes.h"
 #include "winbase.h"
 #include "windef.h"




More information about the wine-cvs mailing list