wxThread::SetConcurrency() should be in the non-GUI part, not wxUniv one.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71088
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- Fix wrong time zone used in wxDateTime::UNow().
- Fix performance of wxStdInputStream with MSVC8/9 (wsu).
- Added wxFileName::Exists().
+- Implement wxThread::SetConcurrency() for POSIX systems (Igor Korot).
All (GUI):
Univ:
- Fix regression with read-only wxComboBox appearance (Jason Erb).
-- Implement wxThread::SetConcurrency() for POSIX systems (Igor Korot).