From 120e8dca56aa88e1ee08d55267166b49f28fc898 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 13 Apr 2016 06:29:37 +0000 Subject: Use FL_CFG_WIN_X11 when appropriate git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11594 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/xutf8/utf8Utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/xutf8/utf8Utils.c') diff --git a/src/xutf8/utf8Utils.c b/src/xutf8/utf8Utils.c index f525f4946..ebbf11273 100644 --- a/src/xutf8/utf8Utils.c +++ b/src/xutf8/utf8Utils.c @@ -14,13 +14,13 @@ * http://www.fltk.org/str.php */ -#include +#include "../config_lib.h" /* * Unicode to UTF-8 conversion functions. */ -#if defined(USE_X11) +#if defined(FL_CFG_WIN_X11) #include "../Xutf8.h" @@ -224,7 +224,7 @@ XFastConvertUtf8ToUcs(const unsigned char *buf, return -1; } -#endif /* X11 only */ +#endif /* FL_CFG_WIN_X11 */ /* * End of "$Id$". -- cgit v1.2.3