Line-up interfaces to use size_t for GetCount()s (and count related api).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-03-14 19:30:06 +00:00
parent 77e79241e8
commit afbe150a76
4 changed files with 30 additions and 28 deletions

View File

@@ -43,6 +43,7 @@ All:
- Added support for wxLongLong in wx stream classes (Mark Junker)
- wxSOCKET_REUSEADDR can be used with wxSocketClient.
- Overloaded Connect and SetLocal methods for binding to local address/port.
- Consistency of count getters (GetCount()) with returning size_t everywhere.
All (GUI):