More editing. Use gcc, not ld to link. On native Win32 use _unlink(). Use
[platform/upstream/glib.git] / glib / gscanner.c
index 2852860..832ca31 100644 (file)
@@ -48,7 +48,7 @@
 #include       <errno.h>
 #include       <sys/types.h>   /* needed for sys/stat.h */
 #include       <sys/stat.h>
-#ifdef _MSC_VER
+#ifdef NATIVE_WIN32
 #include       <io.h>          /* For _read() */
 #endif