diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 45ccbc1c16..32b9a24d1d 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -1099,11 +1099,11 @@ WXDLLIMPEXP_BASE void *calloc( size_t num, size_t size ); #define wxWX2WC wxMB2WC #endif -// -// RN: The following are not normal versions of memcpy et al., rather -// these are either char or widechar versions depending on -// if unicode is used or not. -// +/* + RN: The following are not normal versions of memcpy et al., rather + these are either char or widechar versions depending on + if unicode is used or not. +*/ #ifdef __cplusplus