diff lwlib/xt-wrappers.h @ 5923:61d7d7bcbe76 cygwin

merged heads after pull -u
author Henry Thompson <ht@markup.co.uk>
date Thu, 05 Feb 2015 17:19:05 +0000
parents 69f9e31c9ccf
children
line wrap: on
line diff
--- a/lwlib/xt-wrappers.h	Wed Apr 23 22:22:37 2014 +0100
+++ b/lwlib/xt-wrappers.h	Thu Feb 05 17:19:05 2015 +0000
@@ -21,6 +21,11 @@
 
 /* Original author: Stephen J. Turnbull for 21.5.29 */
 
+/* #### Factor out into xaw-wrappers (which would #include this file)? */
+#ifdef HAVE_ATHENA_I18N
+#define XAW_INTERNATIONALIZATION 1
+#endif
+
 /* Generic utility macros, including coping with G++ whining.
    Used in lwlib via lwlib.h and X consoles via console-x.h.