26 Oct
2002
26 Oct
'02
4:55 p.m.
"Jaco Greeff" <jaco(a)puxedo.org> writes:
* dlls/msvcrt/file.c Jaco Greeff <jaco(a)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(a)winehq.com