urlmon/tests: Windows headers need _WIN32_IE for IInternetZoneManagerEx2.
This commit is contained in:
parent
26b0fad163
commit
b32e6f0fd2
|
@ -21,6 +21,9 @@
|
|||
#define CONST_VTABLE
|
||||
#define NONAMELESSUNION
|
||||
|
||||
/* needed for IInternetZoneManagerEx2 */
|
||||
#define _WIN32_IE 0x0700
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
|
|
Loading…
Reference in New Issue