diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xutf8/keysym2Ucs.c | 6 | ||||
| -rw-r--r-- | src/xutf8/utf8Utils.c | 6 | ||||
| -rw-r--r-- | src/xutf8/utf8Wrap.c | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/src/xutf8/keysym2Ucs.c b/src/xutf8/keysym2Ucs.c index 6115b8c2e..aa46eef77 100644 --- a/src/xutf8/keysym2Ucs.c +++ b/src/xutf8/keysym2Ucs.c @@ -16,9 +16,9 @@ #define KEYSYM2UCS_INCLUDED -#include <config.h> +#include "../config_lib.h" -#if defined(USE_X11) +#if defined(FL_CFG_WIN_X11) #include "../Xutf8.h" #include "imKStoUCS.c" @@ -27,7 +27,7 @@ long XKeysymToUcs(KeySym keysym) { return (long) KeySymToUcs4(keysym); } -#endif /* X11 only */ +#endif /* FL_CFG_WIN_X11 */ /* * End of "$Id$". 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$". diff --git a/src/xutf8/utf8Wrap.c b/src/xutf8/utf8Wrap.c index 4920ab02d..07fc1c6cd 100644 --- a/src/xutf8/utf8Wrap.c +++ b/src/xutf8/utf8Wrap.c @@ -14,12 +14,12 @@ * http://www.fltk.org/str.php */ -#include <config.h> +#include "../config_lib.h" /* * X11 UTF-8 text drawing functions. */ -#if defined(USE_X11) +#if defined(FL_CFG_WIN_X11) #include "../Xutf8.h" #include <X11/Xlib.h> @@ -1023,7 +1023,7 @@ XFreeUtf8FontStruct(Display *dpy, free(font_set); } -#endif /* X11 only */ +#endif /* FL_CFG_WIN_X11 */ /* * End of "$Id$". |
