- #else // __WCHAR_TYPE__ and gcc < 2.96
- // VS: wxWindows used to define wxChar as __WCHAR_TYPE__ here. However,
- // this doesn't work with new GCC 3.x compilers because wchar_t is
- // C++'s builtin type in the new standard. OTOH, old compilers (GCC
- // 2.x) won't accept new definition of wx{S,U}Char, therefore we
- // have to define wxChar conditionally depending on detected
- // compiler & compiler version.
- // with old definition of wxChar.
+ #else /* __WCHAR_TYPE__ and gcc < 2.96 */
+ /* VS: wxWindows used to define wxChar as __WCHAR_TYPE__ here. However, */
+ /* this doesn't work with new GCC 3.x compilers because wchar_t is */
+ /* C++'s builtin type in the new standard. OTOH, old compilers (GCC */
+ /* 2.x) won't accept new definition of wx{S,U}Char, therefore we */
+ /* have to define wxChar conditionally depending on detected */
+ /* compiler & compiler version. */
+ /* with old definition of wxChar. */