Native PalmOS wxLongLong. Introduction of wxULongLong_t due to 'unsigned' not working on internally typedefed wxLongLong_t (both unsigned wxLongLong_t and wxULongLong_t should work for other platforms). Improvements in wxDatePicker control on PalmOS.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -751,7 +751,7 @@ wxULongLongWx& wxULongLongWx::operator*=(const wxULongLongWx& ll)
|
||||
m_hi = m_lo = 0;
|
||||
|
||||
#ifdef wxLONGLONG_TEST_MODE
|
||||
unsigned wxLongLong_t llOld = m_ll;
|
||||
wxULongLong_t llOld = m_ll;
|
||||
m_ll = 0;
|
||||
#endif // wxLONGLONG_TEST_MODE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user