added test mode to wxLongLongWx which allowed to find the bug in operator*=()
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Jan 2000 20:35:34 +0000 (20:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Jan 2000 20:35:34 +0000 (20:35 +0000)
commit2a31049201e9c1ff9f515eb9d144ae392f4b4e5a
treed327c116a7ce337982e57d90628fcc690a82ecb7
parent95837b4d96d6267f3901e193cf1941d96fd1a472
added test mode to wxLongLongWx which allowed to find the bug in operator*=()
which was breaking wxDateTime - now seems to work

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