Commit 9d1bec60 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

unknwn.idl: Don't use inline wrappers for IUnknown calls.

parent 434b696c
...@@ -20,7 +20,10 @@ ...@@ -20,7 +20,10 @@
import "wtypes.idl"; import "wtypes.idl";
#endif #endif
/* Interfaces */ cpp_quote("#ifdef WIDL_C_INLINE_WRAPPERS")
cpp_quote("#define SAVE_WIDL_C_INLINE_WRAPPERS")
cpp_quote("#undef WIDL_C_INLINE_WRAPPERS")
cpp_quote("#endif")
[ [
local, local,
...@@ -39,6 +42,10 @@ interface IUnknown ...@@ -39,6 +42,10 @@ interface IUnknown
ULONG Release(); ULONG Release();
} }
cpp_quote("#ifdef SAVE_WIDL_C_INLINE_WRAPPERS")
cpp_quote("#define WIDL_C_INLINE_WRAPPERS")
cpp_quote("#endif")
[ [
object, object,
uuid(00000001-0000-0000-C000-000000000046), uuid(00000001-0000-0000-C000-000000000046),
......
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