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

This commit is contained in:
Francois Gouget 2007-05-27 13:23:37 +02:00 committed by Alexandre Julliard
parent 1ecd90a222
commit 29a4a9c849
1 changed files with 4 additions and 0 deletions

View File

@ -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"