Fixed C++ comments.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2005-01-26 16:19:36 +00:00
parent 2349d7c7fe
commit e4a1c661cd

View File

@ -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