Remove wxUSE_WCHAR_T, it must always be 1 anyhow
This is not really an option as building requires it to be 1, so don't make it one in setup.h/configure/cmake and just hardcode it as 1 for compatibility. Closes #18558.
This commit is contained in:
parent
25d25a4385
commit
d7a640933d
16 changed files with 15 additions and 82 deletions
|
|
@ -218,8 +218,6 @@ typedef pid_t GPid;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#define wxUSE_WCHAR_T 1
|
||||
|
||||
|
||||
#define wxUSE_EXCEPTIONS 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue