]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed C++ comments.
authorStefan Neis <Stefan.Neis@t-online.de>
Wed, 26 Jan 2005 16:19:36 +0000 (16:19 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Wed, 26 Jan 2005 16:19:36 +0000 (16:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxchar.h

index 45ccbc1c168c7894019619c2a2957f2a45f57dc7..32b9a24d1d6e5c181241f1a58e52ebaed78c4c1e 100644 (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