Module: wine Branch: master Commit: 38d578af5e7f6788fd23f5bca0899977cb70ad4d URL: http://source.winehq.org/git/wine.git/?a=commit;h=38d578af5e7f6788fd23f5bca0...
Author: Piotr Caban piotr@codeweavers.com Date: Fri Mar 16 15:00:29 2012 +0100
urlmon: Add mime handler layer before data is processed.
---
dlls/urlmon/Makefile.in | 1 - dlls/urlmon/bindprot.c | 395 +++++++++++++++++++++++++----------------- dlls/urlmon/protproxy.c | 292 ------------------------------- dlls/urlmon/tests/protocol.c | 6 +- dlls/urlmon/urlmon_main.h | 15 +-- 5 files changed, 243 insertions(+), 466 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=38d578af5e7f6788fd23f5...