ole32: Remove unnecessary commenting out of the RPC interfaces in the dcom idl file.
This commit is contained in:
parent
c564ee826f
commit
fb5ec209cd
|
@ -215,7 +215,6 @@ interface IRemUnknown2 : IRemUnknown
|
|||
[out, size_is(cIids)] MInterfacePointer **ppMIF);
|
||||
}
|
||||
|
||||
cpp_quote("#if 0")
|
||||
[
|
||||
uuid(99fcfec4-5260-101b-bbcb-00aa0021347a),
|
||||
pointer_default(unique)
|
||||
|
@ -289,4 +288,3 @@ interface IRemoteActivation
|
|||
[out,size_is(Interfaces)] MInterfacePointer **ppInterfaceData,
|
||||
[out,size_is(Interfaces)] HRESULT *pResults);
|
||||
}
|
||||
cpp_quote("#endif")
|
||||
|
|
Loading…
Reference in New Issue