"Jaco Greeff" jaco@puxedo.org writes:
- dlls/msvcrt/file.c Jaco Greeff jaco@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.