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