mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 06:12:31 +00:00
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…
x
Reference in New Issue
Block a user