mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user