Unicode support is *experimental*, so disable it by default.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven
1999-04-08 23:22:29 +00:00
parent 08ee61e920
commit 64ef36223c
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -5384,7 +5384,7 @@ DEFAULT_wxUSE_WX_RESOURCES=1
DEFAULT_wxUSE_RPC=0
DEFAULT_wxUSE_HELP=1
DEFAULT_wxUSE_UNICODE=1
DEFAULT_wxUSE_UNICODE=0
DEFAULT_wxUSE_WCSRTOMBS=0

View File

@@ -867,7 +867,7 @@ DEFAULT_wxUSE_WX_RESOURCES=1
DEFAULT_wxUSE_RPC=0
DEFAULT_wxUSE_HELP=1
DEFAULT_wxUSE_UNICODE=1
DEFAULT_wxUSE_UNICODE=0
DEFAULT_wxUSE_WCSRTOMBS=0
dnl ----------------------------------------------------------------