shell32: Make the tests build with the Vista SDK.

This commit is contained in:
Reece Dunn 2008-07-20 13:54:14 +01:00 committed by Alexandre Julliard
parent 29c66b3a9e
commit 811a809b0a
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,9 @@
#include "shell32_test.h"
#ifndef SLDF_HAS_LOGO3ID
# define SLDF_HAS_LOGO3ID 0x00000800 /* not available in the Vista SDK */
#endif
typedef void (WINAPI *fnILFree)(LPITEMIDLIST);
typedef BOOL (WINAPI *fnILIsEqual)(LPCITEMIDLIST, LPCITEMIDLIST);

View File

@ -38,6 +38,7 @@
/* Needed to get SEE_MASK_NOZONECHECKS with the PSDK */
#define NTDDI_WINXPSP1 0x05010100
#define NTDDI_VERSION NTDDI_WINXPSP1
#define _WIN32_WINNT 0x0501
#include "wtypes.h"
#include "winbase.h"