Re: [3/4] msvcirt: Add predefined streams.
17 Aug
2016
17 Aug
'16
11:55 a.m.
Hi, On 08/17/16 12:57, Iván Matellanes wrote:
+ if ((fb = MSVCRT_operator_new(sizeof(filebuf)))) { + filebuf_fd_ctor(fb, 0); + istream_sb_ctor(&cin.is, &fb->base, TRUE); + } else + istream_sb_ctor(&cin.is, NULL, TRUE); + Iostream_init_ios_ctor(NULL, &cin.vbase, 0); You should use istream_withassign_sb_ctor here.
Thanks, Piotr
3407
Age (days ago)
3407
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban