Don't try to initialize the 16-bit thunking code if 16-bit support is
[wine] / dlls / urlmon / urlmon.inf
1 [version]
2 Signature="$CHICAGO$"
3
4
5 [RegisterDll]
6 AddReg=Protocols.Reg
7
8
9 [UnregisterDll]
10 DelReg=Protocols.Reg
11
12
13 [Protocols.Reg]
14 HKCR,"PROTOCOLS\Handler\cdl",,,"CDL: Asynchronous Pluggable Protocol Handler"
15 HKCR,"PROTOCOLS\Handler\cdl","CLSID",,"%CLSID_CdlProtocol%"
16 HKCR,"PROTOCOLS\Handler\file",,,"file:, local: Asynchronous Pluggable Protocol Handler"
17 HKCR,"PROTOCOLS\Handler\file","CLSID",,"%CLSID_FileProtocol%"
18 HKCR,"PROTOCOLS\Handler\local",,,"file:, local: Asynchronous Pluggable Protocol Handler"
19 HKCR,"PROTOCOLS\Handler\local","CLSID",,"%CLSID_FileProtocol%"
20 HKCR,"PROTOCOLS\Handler\ftp",,,"ftp: Asynchronous Pluggable Protocol Handler"
21 HKCR,"PROTOCOLS\Handler\ftp","CLSID",,"%CLSID_FtpProtocol%"
22 HKCR,"PROTOCOLS\Handler\gopher",,,"gopher: Asynchronous Pluggable Protocol Handler"
23 HKCR,"PROTOCOLS\Handler\gopher","CLSID",,"%CLSID_GopherProtocol%"
24 HKCR,"PROTOCOLS\Handler\http",,,"http: Asynchronous Pluggable Protocol Handler"
25 HKCR,"PROTOCOLS\Handler\http","CLSID",,"%CLSID_HttpProtocol%"
26 HKCR,"PROTOCOLS\Handler\https",,,"https: Asynchronous Pluggable Protocol Handler"
27 HKCR,"PROTOCOLS\Handler\https","CLSID",,"%CLSID_HttpsProtocol%"
28 HKCR,"PROTOCOLS\Handler\mk",,,"mk: Asynchronous Pluggable Protocol Handler"
29 HKCR,"PROTOCOLS\Handler\mk","CLSID",,"%CLSID_MkProtocol%"