11 Jan
2011
11 Jan
'11
4:08 p.m.
Module: wine Branch: master Commit: 682dc4d6f83bbd3cd4b393d8d170504858405f9c URL: http://source.winehq.org/git/wine.git/?a=commit;h=682dc4d6f83bbd3cd4b393d8d1... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Jan 10 18:25:44 2011 +0100 urlmon: Store object instead of interface pointer to BindProtocol in Binding object. --- dlls/urlmon/binding.c | 46 ++++++++++------------------ dlls/urlmon/bindprot.c | 73 +++++--------------------------------------- dlls/urlmon/session.c | 4 +- dlls/urlmon/urlmon_main.h | 52 ++++++++++++++++++++++++++++++-- 4 files changed, 77 insertions(+), 98 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=682dc4d6f83bbd3cd4b393...