http://bugs.winehq.org/show_bug.cgi?id=6466
------- Additional Comments From mike@codeweavers.com 2006-17-10 08:33 ------- Might be interesting to see what the following does on Windows 2000/XP/2003
sprintf("%03l64d\n", 1234);
On Windows 2000, both wsprintf and sprintf print out "64d" for me. Perhaps the behaviour changed in Windows XP, or perhaps it's using an OLE function?