Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.
[platform/upstream/glib.git] / gutf8.c
diff --git a/gutf8.c b/gutf8.c
index e1091c6..4ff956b 100644 (file)
--- a/gutf8.c
+++ b/gutf8.c
@@ -30,6 +30,8 @@
 #include "glib.h"
 
 #ifdef G_OS_WIN32
+#include <stdio.h>
+#define STRICT
 #include <windows.h>
 #endif