added wxLocale::GetSystemEncoding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#if defined(__VISAGECPP__) && __IBMCPP__ >= 400
|
||||
# undef __BSEXCPT__
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#if wxUSE_WCHAR_T
|
||||
@@ -133,6 +134,8 @@ public:
|
||||
private:
|
||||
void SetName(const wxChar *charset);
|
||||
|
||||
// note that we can't use wxString here because of compilation
|
||||
// dependencies: we're included from wx/string.h
|
||||
wxChar *m_name;
|
||||
wxCharacterSet *m_cset;
|
||||
bool m_deferred;
|
||||
|
Reference in New Issue
Block a user