wxListItem::m_data is now of type wxUIntPtr, not long, for compatibility with 64 bit systems

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-09-28 21:53:19 +00:00
parent 1695e2851d
commit 0d01dd512f
2 changed files with 5 additions and 3 deletions

View File

@@ -154,6 +154,8 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
even on 32 bit platforms, instead of off_t and so the return value of
wxFile::Length(), for example, shouldn't be assigned to off_t variable any
more (the compiler might warn you about this).
- wxListItem::m_data is now of type wxUIntPtr, not long, for compatibility
with 64 bit systems
DEPRECATED METHODS SINCE 2.4.x