Skip to content
Permalink
Browse files
Merge pull request #5974 from orbea/wx
Undefine wxHAS_XLOCALE_SUPPORT
  • Loading branch information
leoetlino committed Aug 28, 2017
2 parents 7a06251 + be3b25a commit 297c0c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -249,7 +249,7 @@

#define wxUSE_INTL 1

#define wxUSE_XLOCALE 1
#define wxUSE_XLOCALE 0

#define wxUSE_DATETIME 1

@@ -239,7 +239,7 @@

#define wxUSE_INTL 1

#define wxUSE_XLOCALE 1
#define wxUSE_XLOCALE 0

#define wxUSE_DATETIME 1

0 comments on commit 297c0c8

Please sign in to comment.