mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
sync urlmon with wine 1.1.15
svn path=/trunk/; revision=39683
This commit is contained in:
@@ -933,7 +933,7 @@ static const IInternetProtocolVtbl HttpProtocolVtbl = {
|
||||
HttpProtocol_UnlockRequest
|
||||
};
|
||||
|
||||
HRESULT create_http_protocol(BOOL https, void **ppobj)
|
||||
static HRESULT create_http_protocol(BOOL https, void **ppobj)
|
||||
{
|
||||
HttpProtocol *ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user