Commit 681e905b authored by Iván Matellanes's avatar Iván Matellanes Committed by Alexandre Julliard

msvcirt: Implement istream::ws.

parent ae5343bd
......@@ -3546,8 +3546,9 @@ int __thiscall istream_getdouble(istream *this, char *str, int count)
/* ?ws@@YAAEAVistream@@AEAV1@@Z */
istream* __cdecl istream_ws(istream *this)
{
FIXME("(%p) stub\n", this);
return this;
TRACE("(%p)\n", this);
istream_eatwhite(this);
return this;
}
/******************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment