diff --git a/include/wx/chartype.h b/include/wx/chartype.h index 64f7147cbb..4bd55d63bb 100644 --- a/include/wx/chartype.h +++ b/include/wx/chartype.h @@ -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 */ /*