]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chartype.h
check for self-assignment in operator=
[wxWidgets.git] / include / wx / chartype.h
index 4bd55d63bb2bdfe0b543a878fb16c7f44acf4c33..73606a61e0f714d18dee40b5f687c1df6aeb6272 100644 (file)
     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     */