Added stubs for LcidToRfc1766[A/W].

oldstable
Steven Edwards 2004-08-16 19:50:13 +00:00 committed by Alexandre Julliard
parent 5edd6610e3
commit e84b0796b8
2 changed files with 20 additions and 2 deletions

View File

@ -549,6 +549,24 @@ HRESULT WINAPI IsConvertINetStringAvailable(
return S_FALSE;
}
HRESULT WINAPI LcidToRfc1766A(
LCID Locale,
LPSTR pszRfc1766,
INT nChar)
{
FIXME("%ld %s %u\n", Locale, pszRfc1766, nChar);
return S_FALSE;
}
HRESULT WINAPI LcidToRfc1766W(
LCID Locale,
LPWSTR pszRfc1766,
INT nChar)
{
FIXME("%ld %p %u\n", Locale, pszRfc1766, nChar);
return S_FALSE;
}
/******************************************************************************
* MLANG ClassFactory
*/

View File

@ -8,7 +8,7 @@
@ stdcall DllUnregisterServer() MLANG_DllUnregisterServer
@ stub GetGlobalFontLinkObject
@ stdcall IsConvertINetStringAvailable(long long)
@ stub LcidToRfc1766A
@ stub LcidToRfc1766W
@ stdcall LcidToRfc1766A(long ptr long)
@ stdcall LcidToRfc1766W(long ptr long)
@ stub Rfc1766ToLcidA
@ stub Rfc1766ToLcidW