ole32: Remove unnecessary commenting out of the RPC interfaces in the dcom idl file.
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 @@
     [out, size_is(cIids)] MInterfacePointer **ppMIF);
 }
 
-cpp_quote("#if 0")
 [
   uuid(99fcfec4-5260-101b-bbcb-00aa0021347a),
   pointer_default(unique)
@@ -289,4 +288,3 @@
     [out,size_is(Interfaces)] MInterfacePointer **ppInterfaceData,
     [out,size_is(Interfaces)] HRESULT *pResults);
 }
-cpp_quote("#endif")