ChangeSet ID: 14621 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/11/30 15:14:22
Modified files: include : urlmon.idl dlls/urlmon : urlmon_main.h urlmon_main.c urlmon.spec umon.c sec_mgr.c
Log message: Jacek Caban jack@itma.pwr.wroc.pl - Added stub implementation of IInternetZoneManager interface. - Added implementation of CoInternetCreateZoneManager function. - Added stub implementation of UrlMkGetSessionOption and corrected declaration of UrlMkSetSessionOption. - Code cleanup.
Patch: http://cvs.winehq.org/patch.py?id=14621
Old revision New revision Changes Path 1.10 1.11 +133 -1 wine/include/urlmon.idl 1.5 1.6 +1 -1 wine/dlls/urlmon/urlmon_main.h 1.19 1.20 +16 -4 wine/dlls/urlmon/urlmon_main.c 1.30 1.31 +2 -2 wine/dlls/urlmon/urlmon.spec 1.44 1.45 +96 -158 wine/dlls/urlmon/umon.c 1.1 1.2 +284 -79 wine/dlls/urlmon/sec_mgr.c