add wxXLocale class and wxIsxxx_l() and wxToxxx_l() functions (heavily modified and extended patch 1874287)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-02-10 17:03:23 +00:00
parent 451c13c85c
commit 6e4ae332ac
38 changed files with 1108 additions and 10 deletions

View File

@@ -231,6 +231,8 @@
#define wxUSE_INTL 0
#define wxUSE_XLOCALE 0
#define wxUSE_DATETIME 0
#define wxUSE_TIMER 0
@@ -1108,6 +1110,9 @@
/* Define if getgrgid_r is available. */
#undef HAVE_GETGRGID_R
/* Define if locale_t is available */
#undef HAVE_LOCALE_T
/* -------------------------------------------------------------------------
Win32 adjustments section
------------------------------------------------------------------------- */