msvcirt: Implement strstreambuf::sync.
This commit is contained in:
parent
675ad97a69
commit
ea953271de
|
@ -1371,8 +1371,8 @@ char* __thiscall strstreambuf_str(strstreambuf *this)
|
||||||
DEFINE_THISCALL_WRAPPER(strstreambuf_sync, 4)
|
DEFINE_THISCALL_WRAPPER(strstreambuf_sync, 4)
|
||||||
int __thiscall strstreambuf_sync(strstreambuf *this)
|
int __thiscall strstreambuf_sync(strstreambuf *this)
|
||||||
{
|
{
|
||||||
FIXME("(%p) stub\n", this);
|
TRACE("(%p)\n", this);
|
||||||
return EOF;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ?underflow@strstreambuf@@UAEHXZ */
|
/* ?underflow@strstreambuf@@UAEHXZ */
|
||||||
|
|
Loading…
Reference in New Issue