Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
110cfa34
Commit
110cfa34
authored
Sep 09, 2005
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 09, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move protocol's CLSIDs to urlmon.idl.
parent
ebcb86d1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
14 deletions
+11
-14
regsvr.c
dlls/urlmon/regsvr.c
+2
-3
protocol.c
dlls/urlmon/tests/protocol.c
+0
-2
urlmon_main.h
dlls/urlmon/urlmon_main.h
+0
-9
urlmon.idl
include/urlmon.idl
+9
-0
No files found.
dlls/urlmon/regsvr.c
View file @
110cfa34
...
...
@@ -37,7 +37,6 @@
#include "wine/debug.h"
#include "initguid.h"
#include "urlmon_main.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
urlmon
);
...
...
@@ -546,7 +545,7 @@ static struct regsvr_coclass const coclass_list[] = {
"urlmon.dll"
,
"Apartment"
},
{
&
CLSID_Http
s
Protocol
,
{
&
CLSID_Http
S
Protocol
,
"https: Asynchronous Pluggable Protocol Handler"
,
NULL
,
"urlmon.dll"
,
...
...
@@ -594,7 +593,7 @@ static HRESULT register_inf(BOOL doregister)
INF_SET_CLSID
(
FtpProtocol
);
INF_SET_CLSID
(
GopherProtocol
);
INF_SET_CLSID
(
HttpProtocol
);
INF_SET_CLSID
(
Http
s
Protocol
);
INF_SET_CLSID
(
Http
S
Protocol
);
INF_SET_CLSID
(
MkProtocol
);
for
(
i
=
0
;
i
<
sizeof
(
pse
)
/
sizeof
(
pse
[
0
]);
i
++
)
{
...
...
dlls/urlmon/tests/protocol.c
View file @
110cfa34
...
...
@@ -28,8 +28,6 @@
#include "initguid.h"
DEFINE_GUID
(
CLSID_FileProtocol
,
0x79EAC9E7
,
0xBAF9
,
0x11CE
,
0x8C
,
0x82
,
0x00
,
0xAA
,
0x00
,
0x4B
,
0xA9
,
0x0B
);
#define DEFINE_EXPECT(func) \
static BOOL expect_ ## func = FALSE, called_ ## func = FALSE
...
...
dlls/urlmon/urlmon_main.h
View file @
110cfa34
...
...
@@ -52,13 +52,4 @@ typedef struct
HRESULT
UMCreateStreamOnCacheFile
(
LPCWSTR
pszURL
,
DWORD
dwSize
,
LPWSTR
pszFileName
,
HANDLE
*
phfile
,
IUMCacheStream
**
ppstr
);
void
UMCloseCacheFileStream
(
IUMCacheStream
*
pstr
);
DEFINE_GUID
(
CLSID_CdlProtocol
,
0x3dd53d40
,
0x7b8b
,
0x11D0
,
0xb0
,
0x13
,
0x00
,
0xaa
,
0x00
,
0x59
,
0xce
,
0x02
);
DEFINE_GUID
(
CLSID_FileProtocol
,
0x79EAC9E7
,
0xBAF9
,
0x11CE
,
0x8C
,
0x82
,
0x00
,
0xAA
,
0x00
,
0x4B
,
0xA9
,
0x0B
);
DEFINE_GUID
(
CLSID_FtpProtocol
,
0x79EAC9E3
,
0xBAF9
,
0x11CE
,
0x8C
,
0x82
,
0x00
,
0xAA
,
0x00
,
0x4B
,
0xA9
,
0x0B
);
DEFINE_GUID
(
CLSID_GopherProtocol
,
0x79EAC9E4
,
0xBAF9
,
0x11CE
,
0x8C
,
0x82
,
0x00
,
0xAA
,
0x00
,
0x4B
,
0xA9
,
0x0B
);
DEFINE_GUID
(
CLSID_HttpProtocol
,
0x79EAC9E2
,
0xBAF9
,
0x11CE
,
0x8C
,
0x82
,
0x00
,
0xAA
,
0x00
,
0x4B
,
0xA9
,
0x0B
);
DEFINE_GUID
(
CLSID_HttpsProtocol
,
0x79EAC9E5
,
0xBAF9
,
0x11CE
,
0x8C
,
0x82
,
0x00
,
0xAA
,
0x00
,
0x4B
,
0xA9
,
0x0B
);
DEFINE_GUID
(
CLSID_MkProtocol
,
0x79EAC9E6
,
0xBAF9
,
0x11CE
,
0x8C
,
0x82
,
0x00
,
0xAA
,
0x00
,
0x4B
,
0xA9
,
0x0B
);
#endif
/* __WINE_URLMON_MAIN_H */
include/urlmon.idl
View file @
110cfa34
...
...
@@ -1080,6 +1080,15 @@ cpp_quote("DEFINE_GUID(IID_IAsyncMoniker, 0x79EAC9D3, 0xBAF9, 0x11CE, 0x8C, 0x82
cpp_quote
(
"DEFINE_GUID(IID_IAsyncBindCtx, 0x79EAC9D4, 0xBAF9, 0x11CE, 0x8C, 0x82, 0x00, 0xAA, 0x00, 0x4B, 0xA9, 0x0B);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_StdURLMoniker, 0x79EAC9E0, 0xBAF9, 0x11CE, 0x8C, 0x82, 0x00, 0xAA, 0x00, 0x4B, 0xA9, 0x0B);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_CdlProtocol, 0x3dd53d40, 0x7b8b, 0x11D0, 0xb0,0x13, 0x00,0xaa,0x00,0x59,0xce,0x02);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_FileProtocol, 0x79EAC9E7, 0xBAF9, 0x11CE, 0x8C,0x82, 0x00,0xAA,0x00,0x4B,0xA9,0x0B);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_FtpProtocol, 0x79EAC9E3, 0xBAF9, 0x11CE, 0x8C,0x82, 0x00,0xAA,0x00,0x4B,0xA9,0x0B);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_GopherProtocol, 0x79EAC9E4, 0xBAF9, 0x11CE, 0x8C,0x82, 0x00,0xAA,0x00,0x4B,0xA9,0x0B);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_HttpProtocol, 0x79EAC9E2, 0xBAF9, 0x11CE, 0x8C,0x82, 0x00,0xAA,0x00,0x4B,0xA9,0x0B);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_HttpSProtocol, 0x79EAC9E5, 0xBAF9, 0x11CE, 0x8C,0x82, 0x00,0xAA,0x00,0x4B,0xA9,0x0B);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_MkProtocol, 0x79EAC9E6, 0xBAF9, 0x11CE, 0x8C,0x82, 0x00,0xAA,0x00,0x4B,0xA9,0x0B);"
)
cpp_quote
(
"#define MK_S_ASYNCHRONOUS 0x000401E8"
)
cpp_quote
(
"#define S_ASYNCHRONOUS MK_S_ASYNCHRONOUS"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment