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:
@@ -38,8 +38,8 @@
|
|||||||
#endif /* !defined(wxUSE_WCHAR_T) */
|
#endif /* !defined(wxUSE_WCHAR_T) */
|
||||||
|
|
||||||
/* Unicode support requires wchar_t */
|
/* Unicode support requires wchar_t */
|
||||||
#if wxUSE_UNICODE && !wxUSE_WCHAR_T
|
#if !wxUSE_WCHAR_T
|
||||||
#error "wchar_t must be available in Unicode build"
|
#error "wchar_t must be available"
|
||||||
#endif /* Unicode */
|
#endif /* Unicode */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user