Module: wine Branch: master Commit: bba2221426e8b59f01a79b5edfbeb23f8dd26708 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bba2221426e8b59f01a79b5edf...
Author: Huw Davies huw@codeweavers.com Date: Fri Sep 12 14:49:05 2008 +0100
inetcomm: Fix some more idl.
---
dlls/inetcomm/mimeintl.c | 2 +- include/mimeole.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/inetcomm/mimeintl.c b/dlls/inetcomm/mimeintl.c index 92df2fb..5215f66 100644 --- a/dlls/inetcomm/mimeintl.c +++ b/dlls/inetcomm/mimeintl.c @@ -383,7 +383,7 @@ static HRESULT WINAPI MimeInternat_MLANG_ConvertInetString(IMimeInternational *i }
static HRESULT WINAPI MimeInternat_Rfc1522Decode(IMimeInternational *iface, LPCSTR pszValue, - LPCSTR pszCharset, + LPSTR pszCharset, ULONG cchmax, LPSTR *ppszDecoded) { diff --git a/include/mimeole.idl b/include/mimeole.idl index f4cffda..b94163d 100644 --- a/include/mimeole.idl +++ b/include/mimeole.idl @@ -286,7 +286,7 @@ library MIMEOLE [in] int *pnDstSize); HRESULT Rfc1522Decode( [in] LPCSTR pszValue, - [in,ref] LPCSTR pszCharset, + [in,ref] LPSTR pszCharset, [in] ULONG cchmax, [out] LPSTR *ppszDecoded); HRESULT Rfc1522Encode(