msvcirt: Implement istream::ws.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ae5343bd97
commit
681e905b6e
|
@ -3546,8 +3546,9 @@ int __thiscall istream_getdouble(istream *this, char *str, int count)
|
||||||
/* ?ws@@YAAEAVistream@@AEAV1@@Z */
|
/* ?ws@@YAAEAVistream@@AEAV1@@Z */
|
||||||
istream* __cdecl istream_ws(istream *this)
|
istream* __cdecl istream_ws(istream *this)
|
||||||
{
|
{
|
||||||
FIXME("(%p) stub\n", this);
|
TRACE("(%p)\n", this);
|
||||||
return this;
|
istream_eatwhite(this);
|
||||||
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************
|
/******************************************************************
|
||||||
|
|
Loading…
Reference in New Issue