include gettext.h from ../src
This commit is contained in:
parent
674f2609c2
commit
2a195d71e2
4 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ extern "C" {
|
|||
# include <unistd.h>
|
||||
#endif // HAVE_UNISTD_H
|
||||
|
||||
#include "gettext.h"
|
||||
#include "../src/gettext.h"
|
||||
#define _(str) gettext(str)
|
||||
}
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ extern "C" {
|
|||
# include <stdio.h>
|
||||
#endif // HAVE_STDIO_H
|
||||
|
||||
#include "gettext.h"
|
||||
#include "../src/gettext.h"
|
||||
#define _(str) gettext(str)
|
||||
}
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ extern "C" {
|
|||
# include <stdlib.h>
|
||||
#endif // HAVE_STDLIB_H
|
||||
|
||||
#include "gettext.h"
|
||||
#include "../src/gettext.h"
|
||||
#define _(str) gettext(str)
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ extern "C" {
|
|||
# include <process.h>
|
||||
#endif // HAVE_PROCESS_H __EMX__
|
||||
|
||||
#include "gettext.h"
|
||||
#include "../src/gettext.h"
|
||||
#define _(str) gettext(str)
|
||||
|
||||
#include <assert.h>
|
||||
|
|
Loading…
Reference in a new issue