Re: [1/2] msvcirt: Add initial implementation of streambuf (try 2)
3 Jun
2015
3 Jun
'15
10 a.m.
On 06/02/15 18:20, Iván Matellanes wrote:
+/* ?seekoff(a)streambuf@@UAEJJW4seek_dir(a)ios@@H(a)Z */ +/* ?seekoff(a)streambuf@@UEAAJJW4seek_dir(a)ios@@H(a)Z */ +DEFINE_THISCALL_WRAPPER(streambuf_seekoff, 16) +long __thiscall streambuf_seekoff(streambuf *this, long offset, int dir, int mode) +{ + FIXME("(%p %ld %d %d): stub\n", this, offset, dir, mode); + return EOF; +} You can't use long type here, please use LONG instead (it's used also in some other functions).
Thanks, Piotr
3844
Age (days ago)
3844
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban