diff options
Diffstat (limited to 'glib/gspawn-win32.c')
-rw-r--r-- | glib/gspawn-win32.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/glib/gspawn-win32.c b/glib/gspawn-win32.c index 3033285d2..2b81a22ba 100644 --- a/glib/gspawn-win32.c +++ b/glib/gspawn-win32.c @@ -53,11 +53,7 @@ #include <process.h> #include <direct.h> -#ifdef _ -#warning "FIXME remove gettext hack" -#endif - -#define _(x) x +#include "glibintl.h" #ifdef G_SPAWN_WIN32_DEBUG static int debug = 1; |