make class names used for our windows unique between different wx instances (modified patch 1898289)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-05-11 16:17:34 +00:00
parent 756e6e4985
commit bcbb13598c
2 changed files with 96 additions and 97 deletions

View File

@@ -243,6 +243,7 @@ All:
wxQueueEvent() replacing wxPostEvent().
- wxString now uses std::[w]string internally by default, meaning that it is
now thread-safe if the standard library provided with your compiler is.
- Use different Win32 class names in different wx instances (Thomas Hauk)
All (Unix):