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)
|
||||
streambuf* __thiscall ios_rdbuf(const ios *this)
|
||||
{
|
||||
FIXME("(%p) stub\n", this);
|
||||
return NULL;
|
||||
TRACE("(%p)\n", this);
|
||||
return this->sb;
|
||||
}
|
||||
|
||||
/* ?rdstate@ios@@QBEHXZ */
|
||||
|
|
Loading…
Reference in New Issue