X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf9d4c676605b0829ed8457e63e6ce4fd3196428..324eeecb3cdc9522e136af6670443148772b412a:/include/wx/wxchar.h 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