Skip to content

Commit

Permalink
Undefine wxHAS_XLOCALE_SUPPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
orbea committed Aug 24, 2017
1 parent 4ee85a3 commit 9a6fd8c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Externals/wxWidgets3/include/wx/features.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,8 @@
#define wxHAS_NATIVE_TAB_TRAVERSAL
#endif

/* This is defined when the compiler provides some type of extended locale
functions. Otherwise, we implement them ourselves to only support the
'C' locale */
#if defined(HAVE_LOCALE_T) || \
(wxCHECK_VISUALC_VERSION(8))
#define wxHAS_XLOCALE_SUPPORT
#else
#undef wxHAS_XLOCALE_SUPPORT
#endif
/* This define is unused by dolphin. */
#undef wxHAS_XLOCALE_SUPPORT

/* Direct access to bitmap data is not implemented in all ports yet */
#if defined(__WXGTK20__) || defined(__WXMAC__) || defined(__WXDFB__) || \
Expand Down

0 comments on commit 9a6fd8c

Please sign in to comment.