unknwn.idl: Don't use inline wrappers for IUnknown calls.
This commit is contained in:
parent
434b696c46
commit
9d1bec6077
|
@ -20,7 +20,10 @@
|
|||
import "wtypes.idl";
|
||||
#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,
|
||||
|
@ -39,6 +42,10 @@ interface IUnknown
|
|||
ULONG Release();
|
||||
}
|
||||
|
||||
cpp_quote("#ifdef SAVE_WIDL_C_INLINE_WRAPPERS")
|
||||
cpp_quote("#define WIDL_C_INLINE_WRAPPERS")
|
||||
cpp_quote("#endif")
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(00000001-0000-0000-C000-000000000046),
|
||||
|
|
Loading…
Reference in New Issue