Remove wxUSE_UNICODE definition from VMS setup.h
It can't be defined as 0 any longer and will always be 1 anyhow.
This commit is contained in:
parent
4060201f77
commit
f205dca9dc
1 changed files with 0 additions and 9 deletions
|
|
@ -169,15 +169,6 @@ typedef pid_t GPid;
|
|||
|
||||
#define wxUSE_REPRODUCIBLE_BUILD 1
|
||||
|
||||
#ifndef wxUSE_UNICODE
|
||||
#if defined( __WXX11__ )
|
||||
#define wxUSE_UNICODE 0
|
||||
#else
|
||||
#define wxUSE_UNICODE 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#define wxUSE_EXCEPTIONS 1
|
||||
|
||||
#define wxUSE_EXTENDED_RTTI 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue