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,
|
static HRESULT WINAPI MimeInternat_Rfc1522Decode(IMimeInternational *iface, LPCSTR pszValue,
|
||||||
LPCSTR pszCharset,
|
LPSTR pszCharset,
|
||||||
ULONG cchmax,
|
ULONG cchmax,
|
||||||
LPSTR *ppszDecoded)
|
LPSTR *ppszDecoded)
|
||||||
{
|
{
|
||||||
|
|
|
@ -286,7 +286,7 @@ library MIMEOLE
|
||||||
[in] int *pnDstSize);
|
[in] int *pnDstSize);
|
||||||
HRESULT Rfc1522Decode(
|
HRESULT Rfc1522Decode(
|
||||||
[in] LPCSTR pszValue,
|
[in] LPCSTR pszValue,
|
||||||
[in,ref] LPCSTR pszCharset,
|
[in,ref] LPSTR pszCharset,
|
||||||
[in] ULONG cchmax,
|
[in] ULONG cchmax,
|
||||||
[out] LPSTR *ppszDecoded);
|
[out] LPSTR *ppszDecoded);
|
||||||
HRESULT Rfc1522Encode(
|
HRESULT Rfc1522Encode(
|
||||||
|
|
Loading…
Reference in New Issue