http://bugs.winehq.org/show_bug.cgi?id=4348
--- Comment #11 from Karl Relton karllinuxtest.relton@ntlworld.com 2007-08-23 03:40:26 --- Created an attachment (id=7750) --> (http://bugs.winehq.org/attachment.cgi?id=7750) Propsed patch to fix all three functions.
Proposed patch to fix all three functions.
Note I haven't implemented the parameter checking that msdn specifies. I did give it a go, but my application then crashed since it tried to call _fcvt with msdn defines as illegal arguments (count = 0)! So I decided to not bother with the checking!
The specs of these functions give the most bizarre number to string conversion I have ever seen in my life ... but I guess thats Microsoft for you.