Add wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG symbol.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 Jan 2011 10:47:49 +0000 (10:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 Jan 2011 10:47:49 +0000 (10:47 +0000)
commit066e5e3fd23dea9fd69835b506c8d68855f867ff
treeab87838d38e57ef20c4ed8ed266fe4a6198270a9
parent6686fbad16ec929f33cbbcc1b638bf00406218c5
Add wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG symbol.

Instead of writing a rather unreadable "defined(wxLongLong_t) &&
!defined(wxLongLongIsLong)" expression every time we need to decide if a
function needs to be overloaded for both long and long long, add a new symbol
which can be tested directly.

No real changes in the code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/doxygen/mainpages/const_cpp.h
include/wx/cppunit.h
include/wx/defs.h
include/wx/hashmap.h
include/wx/string.h