Always define wxUSE_UNICODE as 1

Remove the option allowing to set wxUSE_UNICODE to 0.
This commit is contained in:
Vadim Zeitlin 2022-10-27 01:04:15 +01:00
parent 9f0c2f67e8
commit 5d3e5ccf32
9 changed files with 16 additions and 102 deletions

View file

@ -180,18 +180,6 @@
#define wxUSE_DEBUG_NEW_ALWAYS 0
// ----------------------------------------------------------------------------
// Unicode support
// ----------------------------------------------------------------------------
// This option is deprecated: the library should be always built in Unicode mode
// now, only set wxUSE_UNICODE to 0 to compile legacy code in ANSI mode if
// absolutely necessary -- updating it is strongly recommended as the ANSI mode
// will disappear completely in future wxWidgets releases.
#ifndef wxUSE_UNICODE
#define wxUSE_UNICODE 1
#endif
// ----------------------------------------------------------------------------
// global features
// ----------------------------------------------------------------------------