14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
--- lib/libxview/misc/i18n_impl.h.orig 1993-06-29 07:16:31.000000000 +0200
|
|
+++ lib/libxview/misc/i18n_impl.h 2003-12-30 01:31:12.000000000 +0100
|
|
@@ -25,6 +25,10 @@
|
|
|
|
#include <locale.h>
|
|
|
|
+#ifndef LC_MESSAGES
|
|
+#define LC_MESSAGES 0
|
|
+#endif
|
|
+
|
|
extern char *dgettext();
|
|
|
|
#define XV_I18N_MSG(d,s) (dgettext(d,s))
|