Fixed bug with truncation of Unicode data in wxConnection under MSW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-08-09 11:07:29 +00:00
parent 8e254d94e2
commit b61d8079f5
3 changed files with 17 additions and 32 deletions

View File

@@ -262,6 +262,7 @@ wxMSW:
- restored (and improved) possibility to use wx with MFC broken in 2.5.2
- fixed wxTextCtrl::SetMaxLength for rich edit controls
- fixed flat style for toolbars under XP, Windows Classic style
- fixed truncation of transferred data in wxConnection under unicode build
wxUniv/X11: