summaryrefslogtreecommitdiff
path: root/src/xutf8/utf8Wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xutf8/utf8Wrap.c')
-rw-r--r--src/xutf8/utf8Wrap.c6
1 files changed, 3 insertions, 3 deletions
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$".