[STDOLE32.TLB]
[reactos.git] / reactos / dll / win32 / stdole32.tlb / std_ole_v1.idl
index bf9cb7e..952f547 100644 (file)
@@ -20,6 +20,7 @@
 
 [
   uuid(00020430-0000-0000-C000-000000000046),
+  restricted,
   version(1.0),
   helpstring("OLE Automation")
 ]
@@ -60,6 +61,7 @@ library stdole
         SCODE scode;
     } EXCEPINFO;
 
+#ifdef __WIDL__
     [
         odl,
         uuid(00000000-0000-0000-C000-000000000046)
@@ -134,4 +136,5 @@ library stdole
         HRESULT Clone(
                       [out] IEnumVARIANT **ppenum);
     }
+#endif
 };