14 Jul
2011
14 Jul
'11
10:50 a.m.
http://bugs.winehq.org/show_bug.cgi?id=27633 --- Comment #3 from Carlo Bramini <carlo.bramix(a)libero.it> 2011-07-14 05:50:03 CDT --- Perhaps I will be wrong, but for implementing StrToInt64ExA/W it is just required to copy the implementation of StrToIntExA/W and to modify it for using LONGLONG type instead. In that manner, StrToIntA/W and StrToIntExA/W will become a subset of StrToInt64ExA/W, by returning the LowPart field of a LARGE_INTEGER union. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.