[Bug 27633] Missing StrToInt64Ex in SHLWAPI.DLL

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 14 05:50:03 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=27633

--- Comment #3 from Carlo Bramini <carlo.bramix at 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.



More information about the wine-bugs mailing list