added our own implementation of strto[u]ll() if the system doesn't have one (patch...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Apr 2007 00:12:54 +0000 (00:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Apr 2007 00:12:54 +0000 (00:12 +0000)
commit1748289348c4c7dcc467edbf7192ade8a1b78921
treee7857c0b36e94e5862fd98ce38944532ce852f10
parentcc87a04c9df339955c19af736467ffde98842ef3
added our own implementation of strto[u]ll() if the system doesn't have one (patch 1696533)

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