msvcrt: printf family (Bug #321)

Alexandre Julliard julliard at winehq.com
Sat Oct 26 16:55:13 CDT 2002


"Jaco Greeff" <jaco at puxedo.org> writes:

> * dlls/msvcrt/file.c Jaco Greeff <jaco at puxedo.org>
> - Allow for the processing of %S and %C format specifiers as per 
>   bug #321
> - Code duplicated/shared between dlls/user/wsprintf.c, 
> dlls/shlwapi/wsprintf.c and now dlls/msvcrt/file.c

That's not correct. wsprintf is not a normal printf, it lacks a lot of
features so it's not good enough for msvcrt. We either need a full
printf implementation in msvcrt, or we need to patch the %S/%C in the
format string and call the libc printf.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list