]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of...
[wxWidgets.git] / 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