sync urlmon with wine 1.1.15

svn path=/trunk/; revision=39683
This commit is contained in:
Christoph von Wittich
2009-02-19 12:24:43 +00:00
parent 6d30abc416
commit c52fd56034
+1 -1
View File
@@ -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;