Module: wine Branch: master Commit: d1601eeeac52d7bf4030edb945d67a7d545f1386 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d1601eeeac52d7bf4030edb945... Author: Huw Davies <huw(a)codeweavers.com> Date: Wed Sep 10 12:05:37 2008 +0100 inetcomm: Add a stub MimeInternational object. --- dlls/inetcomm/Makefile.in | 1 + dlls/inetcomm/inetcomm.spec | 2 +- dlls/inetcomm/inetcomm_main.c | 4 + dlls/inetcomm/inetcomm_private.h | 2 + dlls/inetcomm/internettransport.c | 4 + dlls/inetcomm/mimeintl.c | 241 +++++++++++++++++++++++++++++++++++++ dlls/inetcomm/regsvr.c | 2 +- 7 files changed, 254 insertions(+), 2 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d1601eeeac52d7bf4030ed...