git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42905
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if defined wxLongLong_t && !defined wxLongLongIsLong
size_t longlongHash( wxLongLong_t x ) const
{
#if defined wxLongLong_t && !defined wxLongLongIsLong
size_t longlongHash( wxLongLong_t x ) const
{
- return longHash( wx_truncate_cast(long, x) ) ^
- longHash( wx_truncate_cast(long, x >> (sizeof(long) * 8)) );
+ return longHash( wx_truncate_cast(wxUint32, x) ) ^
+ longHash( wx_truncate_cast(wxUint32, x >> (sizeof(wxUint32) * 8)) );