Module: wine Branch: master Commit: 6832273ed8d39d51c3de44c9ec1bbdd3a8365248 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6832273ed8d39d51c3de44c9ec...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Jan 25 12:05:47 2017 +0100
inetcomm: Added MimeHtmlProtocol stub implementation.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/inetcomm/Makefile.in | 1 + dlls/inetcomm/inetcomm_main.c | 9 +- dlls/inetcomm/inetcomm_private.h | 11 +++ dlls/inetcomm/protocol.c | 192 +++++++++++++++++++++++++++++++++++++++ dlls/inetcomm/tests/mimeole.c | 20 ++++ include/mimeole.idl | 2 + 6 files changed, 234 insertions(+), 1 deletion(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6832273ed8d39d51c3de44...