shell32/tests: We need NTDDI_VERSION >= NTDDI_WINXPSP1 to get SEE_MASK_NOZONECHECKS with the PSDK.
This commit is contained in:
parent
1ecd90a222
commit
29a4a9c849
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue