fix a problem with setlocale() under Windows: with MSVC7 it sometimes returns garbage...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 1 Apr 2009 15:20:42 +0000 (15:20 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 1 Apr 2009 15:20:42 +0000 (15:20 +0000)
commit797a27067871dc8602c09ba417b8e795ed04856d
tree1dc4ed686036a8554dcfe1b94895acc61560e6af
parent34e8a158e542f389c34096954cef4155ecab1942
fix a problem with setlocale() under Windows: with MSVC7 it sometimes returns garbage when passing "": use NULL instead (may need a fix also in wxLocale::IsAvailable)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/xlocale.cpp