aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ms-sys/nls.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ms-sys/nls.patch')
-rw-r--r--testing/ms-sys/nls.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/ms-sys/nls.patch b/testing/ms-sys/nls.patch
new file mode 100644
index 0000000000..092f64ad30
--- /dev/null
+++ b/testing/ms-sys/nls.patch
@@ -0,0 +1,15 @@
+--- ./inc/nls.h.orig
++++ ./inc/nls.h
+@@ -1,11 +1,10 @@
+ #ifndef NLS_H
+ #define NLS_H
+
+-#include <libintl.h>
+-
+ #ifdef NO_LIBINTL_OR_GETTEXT
+ #define _(String) (String)
+ #else
++#include <libintl.h>
+ #define _(String) gettext(String)
+ #endif
+ #define gettext_noop(String) (String)