diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c index a22666739be..97f43b6df81 100644 --- a/dlls/shell32/tests/shlexec.c +++ b/dlls/shell32/tests/shlexec.c @@ -35,6 +35,10 @@ #include #include +/* 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"