Module: wine Branch: refs/heads/master Commit: fb5ec209cd89b08426e23aa25cad0ce639535174 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=fb5ec209cd89b08426e23aa2...
Author: Robert Shearman rob@codeweavers.com Date: Thu Mar 30 19:56:28 2006 +0100
ole32: Remove unnecessary commenting out of the RPC interfaces in the dcom idl file.
---
dlls/ole32/dcom.idl | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/ole32/dcom.idl b/dlls/ole32/dcom.idl index 7d95f37..71120fb 100644 --- a/dlls/ole32/dcom.idl +++ b/dlls/ole32/dcom.idl @@ -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")