X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93928d517b4f748fb8bdbd7e0ae5334e2e3a8562..b04237742c51e022af8ca8fe8933437734f392a3:/include/wx/chartype.h diff --git a/include/wx/chartype.h b/include/wx/chartype.h index 4bd55d63bb..73606a61e0 100644 --- a/include/wx/chartype.h +++ b/include/wx/chartype.h @@ -145,7 +145,7 @@ typedef char wxChar; typedef signed char wxSChar; typedef unsigned char wxUChar; -#else /* Unicode */ +#else /* VZ: note that VC++ defines _T[SU]CHAR simply as wchar_t and not as */ /* signed/unsigned version of it which (a) makes sense to me (unlike */ /* char wchar_t is always unsigned) and (b) was how the previous */