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@Z */ +DEFINE_THISCALL_WRAPPER(ostream_scalar_dtor, 8) +ostream* __thiscall ostream_scalar_dtor(ostream *this, unsigned int flags)
The same here.
Thanks, Piotr