summaryrefslogtreecommitdiff
path: root/src/xutf8/lcUniConv
diff options
context:
space:
mode:
Diffstat (limited to 'src/xutf8/lcUniConv')
-rw-r--r--src/xutf8/lcUniConv/cp936ext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xutf8/lcUniConv/cp936ext.h b/src/xutf8/lcUniConv/cp936ext.h
index 765a15a8b..8d0207ff8 100644
--- a/src/xutf8/lcUniConv/cp936ext.h
+++ b/src/xutf8/lcUniConv/cp936ext.h
@@ -16,7 +16,7 @@
* http://www.fltk.org/str.php
*/
-#if defined(WIN32) || defined(__APPLE__)
+#if defined(WIN32) || defined(__APPLE__) // PORTME: is this really needed? It's huge!
// not needed
@@ -6251,7 +6251,7 @@ cp936ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
#endif /* CP936 */
-#endif /* __APPLE__ WIN32 */
+#endif /* __APPLE__ WIN32 */ // PORTME: Unicode stuff
/*
* End of "$Id$".