[1/2] msvcirt: Add initial implementation of streambuf (try 2)

Piotr Caban piotr.caban at gmail.com
Wed Jun 3 05:00:36 CDT 2015


On 06/02/15 18:20, Iván Matellanes wrote:
> +/* ?seekoff at streambuf@@UAEJJW4seek_dir at ios@@H at Z */
> +/* ?seekoff at streambuf@@UEAAJJW4seek_dir at ios@@H at 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



More information about the wine-devel mailing list