Add gettext support.
[platform/upstream/glib.git] / glib / gspawn-win32.c
index 3033285..2b81a22 100644 (file)
 #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;