Fixed wxFileDialog breakage on WinCE due to incorrect structure size, and

added correct error testing for WinCE.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-12-14 11:20:09 +00:00
parent 1fc8cfbd81
commit e8615999dd
2 changed files with 31 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ wxWinCE:
- All wxTopLevelWindows resizes accordingly to SIP visibility.
- ::wxGetUserName() implemented.
- wxDisplay enumeration support.
- Fixed wxFileDialog breakage on WinCE due to incorrect structure size.
Unix: