msvcp90: add basic_ios<wchar_t> stubs

Piotr Caban piotr.caban at gmail.com
Fri Jan 6 04:14:07 CST 2012


On 01/05/12 22:41, Daniel Lehman wrote:
+/* 
?imbue@?$basic_ios at _WU?$char_traits at _W@std@@@std@@QAE?AVlocale at 2@ABV32@@Z */
+/* 
?imbue@?$basic_ios at _WU?$char_traits at _W@std@@@std@@QEAA?AVlocale at 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.



More information about the wine-devel mailing list