summaryrefslogtreecommitdiff
path: root/src/xutf8/lcUniConv/cp936ext.h
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-03-07 17:43:03 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-03-07 17:43:03 +0100
commit89f714cb4eac968c94925ee2e9629649033ef372 (patch)
tree04f2f61cda702e5f8c6ef8f18a906886204b3ba8 /src/xutf8/lcUniConv/cp936ext.h
parentd449a3d9bf3cf422a84db1c952b07be48d1591a8 (diff)
Remove platform-specific code from file cp936ext.h
Diffstat (limited to 'src/xutf8/lcUniConv/cp936ext.h')
-rw-r--r--src/xutf8/lcUniConv/cp936ext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xutf8/lcUniConv/cp936ext.h b/src/xutf8/lcUniConv/cp936ext.h
index 1d72abb15..6b3e6820d 100644
--- a/src/xutf8/lcUniConv/cp936ext.h
+++ b/src/xutf8/lcUniConv/cp936ext.h
@@ -13,8 +13,6 @@
*
* https://www.fltk.org/bugs.php
*/
-#include <FL/fl_config.h>
-#if !defined(_WIN32) && (!defined(__APPLE__) || defined(FLTK_USE_X11))
#ifndef CP936
#ifdef NEED_TOWC
@@ -6241,5 +6239,3 @@ cp936ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
#endif /* NEED_TOMB */
#endif /* CP936 */
-
-#endif /* _WIN32 || __APPLE__ */