Re: [PATCH 4/6] msvcp90: Added locale class stub
22 Jun
2011
22 Jun
'11
1:28 p.m.
Piotr Caban <piotr(a)codeweavers.com> writes:
+/* ?name(a)locale@std@@QBE?AV?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@2(a)XZ */ +/* ?name(a)locale@std@@QEBA?AV?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@2(a)XZ */ +DEFINE_THISCALL_WRAPPER(locale_name, 8) +void __thiscall locale_name(THIS_AND_RET(const locale *this, basic_string_char *ret)) +{ + FIXME("(%p %p) stub\n", this, ret); +}
You should declare it correctly for the non-i386 case, the return pointer is a calling convention detail that the compiler should take care of. -- Alexandre Julliard julliard(a)winehq.org
5290
Age (days ago)
5290
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard