added wxSafeConvertMB2WX/WX2MB() and use them when interfacing with C functions which crash if we pass them NULL pointers [backport from HEAD]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-11 23:40:32 +00:00
parent 5409d2ca03
commit 788cc3ac41
4 changed files with 66 additions and 16 deletions

View File

@@ -110,6 +110,10 @@ All:
- Fixed Base64 computation in wxHTTP (p_michalczyk)
- Fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (troelsk)
Unix Ports:
- Fixed crash in wxGetUserName() in Unicode build
wxMSW
- Fix lack of spin control update event when control lost focus.