diff options
Diffstat (limited to 'src/xutf8/utf8Utils.c')
| -rw-r--r-- | src/xutf8/utf8Utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <config.h> +#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$". |
