Module: wine Branch: master Commit: dc78e8d31532da68d9e4dc13a8dc0f92f378c6b3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=dc78e8d31532da68d9e4dc13a8...
Author: Piotr Caban piotr@codeweavers.com Date: Tue Dec 8 16:02:19 2009 +0100
urlmon: Added ProxyStub implementation.
---
.gitignore | 2 + dlls/urlmon/Makefile.in | 11 ++- dlls/urlmon/regsvr.c | 30 +++++--- dlls/urlmon/urlmon_main.c | 5 + dlls/urlmon/urlmon_main.h | 6 ++ dlls/urlmon/urlmon_urlmon.idl | 19 +++++ dlls/urlmon/usrmarshal.c | 162 +++++++++++++++++++++++++++++++++++++++++ 7 files changed, 223 insertions(+), 12 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=dc78e8d31532da68d9e4dc...