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)
|
||||
int __thiscall strstreambuf_sync(strstreambuf *this)
|
||||
{
|
||||
FIXME("(%p) stub\n", this);
|
||||
return EOF;
|
||||
TRACE("(%p)\n", this);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* ?underflow@strstreambuf@@UAEHXZ */
|
||||
|
|
Loading…
Reference in New Issue