]> git.saurik.com Git - wxWidgets.git/commit
added support for 64 bit ints in wx stream classes (patch 1203970)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Feb 2006 16:51:34 +0000 (16:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Feb 2006 16:51:34 +0000 (16:51 +0000)
commit216a72f3b9ab2bf72f489aceac0093138a6e7707
tree7cd6ad6a8c1b116ad2122ef412f22222c9f37b42
parent87152bb53d959eba3f7d6da04ae4dc4a33394079
added support for 64 bit ints in wx stream classes (patch 1203970)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/longlong.tex
include/wx/datstrm.h
include/wx/defs.h
include/wx/longlong.h
src/common/datstrm.cpp
src/common/longlong.cpp
tests/longlong/longlongtest.cpp
tests/streams/datastreamtest.cpp
tests/streams/textstreamtest.cpp