Commit 9505b50c authored by Alexandre Julliard's avatar Alexandre Julliard

widl: Define __midl_proxy in the generated proxy code.

parent 1a25936c
......@@ -107,6 +107,7 @@ static void init_proxy(ifref_list_t *ifaces)
print_proxy( "#define __REQUIRED_RPCPROXY_H_VERSION__ 440\n");
print_proxy( "#endif /* __REDQ_RPCPROXY_H_VERSION__ */\n");
print_proxy( "\n");
print_proxy( "#define __midl_proxy\n");
print_proxy( "#include \"objbase.h\"\n");
print_proxy( "#include \"rpcproxy.h\"\n");
print_proxy( "#ifndef __RPCPROXY_H_VERSION__\n");
......
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