Fix wxULongLong::ToDouble() for MSVC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Apr 2011 18:51:00 +0000 (18:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Apr 2011 18:51:00 +0000 (18:51 +0000)
commit77b239d4ba3333c2313035a3ea1ca9ff5d6cdb0f
treebbafd2a240a5dee8fafeb1246a9f77ce71020782
parentdff485d0791b6e55cd3bb3ec928110151751177a
Fix wxULongLong::ToDouble() for MSVC.

The conversion of wxULongLong to double was broken for MSVC by r40658 which
was supposed to correct some unspecified compilation problem but this code
seems to compile fine with at least recent versions of MSVC and, in any case,
correcting compilation only for the code to work incorrectly during run-time
doesn't look like a good idea.

This fixes current unit test failures in wxMSW.

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