msvcirt: Implement ios::rdbuf.
This commit is contained in:
parent
5fea620399
commit
0fa257924d
|
@ -1078,8 +1078,8 @@ void** __thiscall ios_pword(const ios *this, int index)
|
||||||
DEFINE_THISCALL_WRAPPER(ios_rdbuf, 4)
|
DEFINE_THISCALL_WRAPPER(ios_rdbuf, 4)
|
||||||
streambuf* __thiscall ios_rdbuf(const ios *this)
|
streambuf* __thiscall ios_rdbuf(const ios *this)
|
||||||
{
|
{
|
||||||
FIXME("(%p) stub\n", this);
|
TRACE("(%p)\n", this);
|
||||||
return NULL;
|
return this->sb;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ?rdstate@ios@@QBEHXZ */
|
/* ?rdstate@ios@@QBEHXZ */
|
||||||
|
|
Loading…
Reference in New Issue