2010-05-06 Jonathan Chambers <joncham@gmail.com>
[mono.git] / eglib / src / gfile-win32.c
index 944ebe5f1c49469202eab93b5676335646c45895..e30b371d96a5d5ef5382a81ba2165de1501be3d1 100644 (file)
@@ -70,7 +70,7 @@ int mkstemp (char *tmp_template)
 gboolean
 g_file_test (const gchar *filename, GFileTest test)
 {
-       struct _stat64 stat;
+       struct __stat64 stat;
        int ret = 0;
        gunichar2* utf16_filename = NULL;