#include <signal.h> // for SIGTRAP used by wxTrap()
#endif //Win/Unix
+#include <locale.h>
+
#if wxUSE_FONTMAP
#include "wx/fontmap.h"
#endif // wxUSE_FONTMAP
// wxAppTraits
// ----------------------------------------------------------------------------
+#if wxUSE_INTL
void wxAppTraitsBase::SetLocale()
{
setlocale(LC_ALL, "");
}
+#endif
#ifdef __WXDEBUG__