mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 00:31:27 +00:00
sync urlmon with wine 1.1.15
svn path=/trunk/; revision=39683
This commit is contained in:
parent
6d30abc416
commit
c52fd56034
1 changed files with 1 additions and 1 deletions
|
@ -933,7 +933,7 @@ static const IInternetProtocolVtbl HttpProtocolVtbl = {
|
||||||
HttpProtocol_UnlockRequest
|
HttpProtocol_UnlockRequest
|
||||||
};
|
};
|
||||||
|
|
||||||
HRESULT create_http_protocol(BOOL https, void **ppobj)
|
static HRESULT create_http_protocol(BOOL https, void **ppobj)
|
||||||
{
|
{
|
||||||
HttpProtocol *ret;
|
HttpProtocol *ret;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue