summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2015-07-17 14:33:34 +0200
committerChristian Hesse <mail@eworm.de>2015-08-19 22:42:34 +0200
commitd8e23bb0847d766d7f3fdf8bdd11f7d70829fad8 (patch)
tree76e41872d9bf93f03cc45549021c6988538f5f67 /CRT.h
parent9e67b6585ec42d16fd73a4f2df372f54f1188a32 (diff)
remove UTF-8 code when compiling with --disable-unicode
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/CRT.h b/CRT.h
index 3e8babe7..074cff36 100644
--- a/CRT.h
+++ b/CRT.h
@@ -114,14 +114,18 @@ void CRT_handleSIGSEGV(int sgn);
extern const char *CRT_treeStrAscii[TREE_STR_COUNT];
+#ifdef HAVE_LIBNCURSESW
+
extern const char *CRT_treeStrUtf8[TREE_STR_COUNT];
+extern bool CRT_utf8;
+
+#endif
+
extern const char **CRT_treeStr;
extern int CRT_delay;
-extern bool CRT_utf8;
-
int* CRT_colors;
extern int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT];

© 2014-2024 Faster IT GmbH | imprint | privacy policy