Add wxUSE_UNICODE_UTF8 to wx/setup.h
This option can also be used under MSW, so move it to the common setup.h instead of having it in setup.h.in only. Also do the same thing for wxUSE_UTF8_LOCALE_ONLY, even if it's less clear if this one is really useful in non-Unix environment.
This commit is contained in:
parent
0f0ac39800
commit
0677d493df
9 changed files with 302 additions and 9 deletions
|
|
@ -122,6 +122,11 @@
|
|||
#define wxUSE_REPRODUCIBLE_BUILD 0
|
||||
|
||||
|
||||
#define wxUSE_UNICODE_UTF8 0
|
||||
|
||||
#define wxUSE_UTF8_LOCALE_ONLY 0
|
||||
|
||||
|
||||
|
||||
#define wxUSE_ON_FATAL_EXCEPTION 0
|
||||
|
||||
|
|
@ -594,9 +599,6 @@
|
|||
#define wxUSE_SELECT_DISPATCHER 0
|
||||
#define wxUSE_EPOLL_DISPATCHER 0
|
||||
|
||||
#define wxUSE_UNICODE_UTF8 0
|
||||
#define wxUSE_UTF8_LOCALE_ONLY 0
|
||||
|
||||
/*
|
||||
Use GStreamer for Unix.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue