ChangeSet ID: 13957 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/28 14:18:53
Modified files: include : urlmon.idl dlls/urlmon : urlmon_main.h urlmon_main.c umon.c Makefile.in Added files: dlls/urlmon : sec_mgr.c
Log message: Huw Davies huw@codeweavers.com Stub implementation of IInternetSecurityManager. Add a classfactory. Fix calling convention of CoInternetCreateSecurityManager.
Patch: http://cvs.winehq.org/patch.py?id=13957
Old revision New revision Changes Path 1.9 1.10 +96 -0 wine/include/urlmon.idl 1.4 1.5 +2 -0 wine/dlls/urlmon/urlmon_main.h 1.17 1.18 +143 -7 wine/dlls/urlmon/urlmon_main.c 1.42 1.43 +0 -12 wine/dlls/urlmon/umon.c 1.21 1.22 +1 -0 wine/dlls/urlmon/Makefile.in Added 1.1 +0 -0 wine/dlls/urlmon/sec_mgr.c