Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.
[platform/upstream/glib.git] / gutf8.c
diff --git a/gutf8.c b/gutf8.c
index 788b74a..4ff956b 100644 (file)
--- a/gutf8.c
+++ b/gutf8.c
 #include "glib.h"
 
 #ifdef G_OS_WIN32
+#include <stdio.h>
+#define STRICT
 #include <windows.h>
 #endif
 
-#define _(s) (s)
+#include "glibintl.h"
 
 #define UTF8_COMPUTE(Char, Mask, Len)                                        \
   if (Char < 128)                                                            \