Re: msvcp90: add basic_ios<wchar_t> stubs
6 Jan
2012
6 Jan
'12
4:14 a.m.
On 01/05/12 22:41, Daniel Lehman wrote: +/* ?imbue@?$basic_ios(a)_WU?$char_traits(a)_W@std@@@std@@QAE?AVlocale(a)2@ABV32@@Z */ +/* ?imbue@?$basic_ios(a)_WU?$char_traits(a)_W@std@@@std@@QEAA?AVlocale(a)2@AEBV32@@Z */ +DEFINE_THISCALL_WRAPPER(basic_ios_wchar_imbue, 4) +locale __thiscall basic_ios_wchar_imbue(basic_ios_wchar *this) +{ + locale ret = { NULL }; + FIXME("(%p) stub\n", this); + return ret; +} This should look like: locale* __thiscall basic_ios_wchar_imbue(basic_ios_wchar *this, locale *ret) there's similar mistake in basic_ios_char_imbue.
5089
Age (days ago)
5089
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban