[msvcrt] Implement %I types for printf

Alexandre Julliard julliard at winehq.org
Mon Jun 6 10:32:52 CDT 2005


Jesse Allen <the3dfxdude at gmail.com> writes:

> Well it's rebuilding the format string, I thought for libc.  Is there
> another %ll-like specifier?  %I64 certainly is not. =)

No, I'm afraid there is no standard way of doing that. You won't be
able to simply forward this one to libc, you'll need to do at least
part of the formatting by hand.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list