msvcp90: Added _Locinfo::_Getlconv implementation.

This commit is contained in:
Piotr Caban 2011-12-08 12:09:28 +01:00 committed by Alexandre Julliard
parent dc1a38d385
commit 81434aabff
1 changed files with 2 additions and 2 deletions

View File

@ -969,8 +969,8 @@ const char* __thiscall _Locinfo__Gettrue(const _Locinfo *this)
DEFINE_THISCALL_WRAPPER(_Locinfo__Getlconv, 4)
const struct lconv* __thiscall _Locinfo__Getlconv(const _Locinfo *this)
{
FIXME("(%p) stub\n", this);
return NULL;
TRACE("(%p)\n", this);
return localeconv();
}
/* ?_Getname@_Locinfo@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ */