[msvcrt] Implement %I types for printf

Jesse Allen the3dfxdude at gmail.com
Mon Jun 6 08:21:19 CDT 2005


On 06 Jun 2005 10:44:22 +0200, Alexandre Julliard <julliard at winehq.org> wrote:
> > +    char IntegerLength, IntegerDouble, IntegerSize;
> 
> The IntegerDouble field was supposed to be used for that already, no
> need to add another one.
> 

The reason why I added IntegerSize is some how we need to remember if
we have been requested I32, because if we don't, then it won't work
right on 64-bit systems?  Therefore, instead of IntegerDouble,
IntegerSize.  It was untested anyway so I changed it back.




More information about the wine-devel mailing list