Commit b32e6f0f authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

urlmon/tests: Windows headers need _WIN32_IE for IInternetZoneManagerEx2.

parent 26b0fad1
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment