Aric Stewart <aric at codeweavers.com> writes:
> + ERR("++++++++++++++++ perform byte seek ------------------\n");
You still have a ton of such debug ERRs in there.
> + *buf = NULL;
> + TRACE("Requesting %llu %u\n", ofs, len);
Don't use %ll formats.
--
Alexandre Julliard
julliard at winehq.org