X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f37736559d77e19cd78e57fac553b5b7b8b8c993..4a8fc2c8b3e7316068fd64fe8deb834b8c18342f:/include/wx/wxchar.h diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 91103040c6..2f53037c71 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -18,7 +18,8 @@ // only do SBCS or _UNICODE #if defined (_MBCS ) -# error "MBCS is not supported by wxChar" +// It may be OK anyway. +// # error "MBCS is not supported by wxChar" #endif // set wxUSE_UNICODE to 1 if UNICODE or _UNICODE is defined