wchar_t is now always required, updated chartype.h check accordingly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
20a886a34a
commit
93928d517b
@ -38,8 +38,8 @@
|
||||
#endif /* !defined(wxUSE_WCHAR_T) */
|
||||
|
||||
/* Unicode support requires wchar_t */
|
||||
#if wxUSE_UNICODE && !wxUSE_WCHAR_T
|
||||
#error "wchar_t must be available in Unicode build"
|
||||
#if !wxUSE_WCHAR_T
|
||||
#error "wchar_t must be available"
|
||||
#endif /* Unicode */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user