Fix build with MSVC and add it to MSVC bootcd

svn path=/trunk/; revision=52566
This commit is contained in:
Timo Kreuzer 2011-07-08 01:50:27 +00:00
parent 511c936bf4
commit ef38234ab9
2 changed files with 6 additions and 4 deletions

View file

@ -72,8 +72,6 @@ add_definitions(
add_definitions(-DPROXY_CLSID_IS="{0x79EAC9F1,0xBAF9,0x11CE,{0x8C,0x82,0x00,0xAA,0x00,0x4B,0xA9,0x0B}}")
if(NOT MSVC)
# FIXME: msvc build
add_cd_file(TARGET urlmon DESTINATION reactos/system32 FOR all)
endif()
add_cd_file(TARGET urlmon DESTINATION reactos/system32 FOR all)
add_importlib_target(urlmon.spec)

View file

@ -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"),