[PATCH 4/6] msvcp90: Added locale class stub

Alexandre Julliard julliard at winehq.org
Wed Jun 22 08:28:55 CDT 2011


Piotr Caban <piotr at codeweavers.com> writes:

> +/* ?name at locale@std@@QBE?AV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@2 at XZ */
> +/* ?name at locale@std@@QEBA?AV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@2 at 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 at winehq.org



More information about the wine-devel mailing list