mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
shell32: Make the tests build with the Vista SDK.
This commit is contained in:
parent
29c66b3a9e
commit
811a809b0a
@ -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);
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user