[01/10] msvcirt: Add stub for class ostream

Piotr Caban piotr.caban at gmail.com
Mon Jun 6 08:25:37 CDT 2016


On 06/06/16 13:52, Iván Matellanes wrote:
> +DEFINE_THISCALL_WRAPPER(ostream_vector_dtor, 8)
> +ostream* __thiscall ostream_vector_dtor(ostream *this, unsigned int flags)
ostream_vector_dtor should probably take ios* as first argument.

> +/* ??_Gostream@@UAEPAXI at Z */
> +DEFINE_THISCALL_WRAPPER(ostream_scalar_dtor, 8)
> +ostream* __thiscall ostream_scalar_dtor(ostream *this, unsigned int flags)
The same here.

Thanks,
Piotr



More information about the wine-devel mailing list