X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Furlmon%2Furlmon_urlmon.idl;h=3ee8688c897edaedbd6bd009614131824a6114cf;hp=a8c9198c32508f9e06e34d98208ccda3d8f6c5aa;hb=b1d8a4df819c95bcb81cd8d6e8d9a397125147a9;hpb=8b36c2fed55e2160b52793adcf111914ded5d10a diff --git a/dll/win32/urlmon/urlmon_urlmon.idl b/dll/win32/urlmon/urlmon_urlmon.idl index a8c9198c325..3ee8688c897 100644 --- a/dll/win32/urlmon/urlmon_urlmon.idl +++ b/dll/win32/urlmon/urlmon_urlmon.idl @@ -24,12 +24,14 @@ #define vi_progid(str) #endif +#ifndef __midl [ helpstring("URL Moniker"), threading(apartment), uuid(79eac9e0-baf9-11ce-8c82-00aa004ba90b) ] coclass StdURLMoniker { interface IMoniker; } +#endif [ helpstring("http: Asynchronous Pluggable Protocol Handler"), @@ -66,12 +68,14 @@ coclass HttpsProtocol { interface IInternetProtocolEx; interface IInternetPriori ] coclass MkProtocol { interface IInternetProtocolEx; interface IInternetPriority; } +#ifndef __midl [ helpstring("file:, local: Asynchronous Pluggable Protocol Handler"), threading(apartment), uuid(79eac9e7-baf9-11ce-8c82-00aa004ba90b) ] coclass FileProtocol { interface IInternetProtocolEx; interface IInternetPriority; } +#endif [ helpstring("CDL: Asynchronous Pluggable Protocol Handler"),