]> git.saurik.com Git - wxWidgets.git/commit
Fix wxULongLongNative::ToDouble() compilation with VC6.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Apr 2011 16:16:16 +0000 (16:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Apr 2011 16:16:16 +0000 (16:16 +0000)
commit4c24ca50d6d41f93d5c21e568e759f6382d61c09
tree428a9d5ec552eb4be40cf4c64b8a1ae8ca577c42
parenta8db6ab73ee8808c0c4311d4c47a67ac2153042c
Fix wxULongLongNative::ToDouble() compilation with VC6.

The problem alluded to by the commit message of r40658 arose only in the DLL
build using VC6 so reintroduce the workaround for it removed by r67634 but
make it VC6-specific and, arguably even more importantly, also make it work
correctly for wxULongLongNative values greater than LONGLONG_MAX.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/longlong.h
src/common/longlong.cpp