implement wxWinINetInputStream::GetSize() (#9600) [backport from trunk]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-08-23 18:44:03 +00:00
parent 1c802b3b14
commit 7abb1a56f1
2 changed files with 14 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ wxMSW:
- Fix the bug with wxFileDialog not being shown at all if the default file name
was invalid.
- Fix hang in keyboard navigation code with radio buttons under Windows 2000.
- Implement wxWinINetInputStream::GetSize() (spicerno).
wxGTK: