inetcomm: Fix some more idl.
This commit is contained in:
parent
6bfead8421
commit
bba2221426
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue