fixed detection of number of processors under Linux 2.6 (replaces patch 1663444)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-07 22:23:47 +00:00
parent c105dda081
commit 85bf679acc
2 changed files with 9 additions and 8 deletions

View File

@@ -62,6 +62,7 @@ All:
- Made wxTextFile work with unseekable files again (David Hart).
- Added wxCONFIG_USE_SUBDIR flag to wxFileConfig (Giuseppe Bilotta).
- Added wxSearchCtrl::[Get|Set]DescriptiveText.
- Fixed detection of number of processors under Linux 2.6
wxMSW