configure: make iconv tests aware of user arguments
[gitweb.git] / compat / mingw.h
index cb9c4d4dd522998b00d853fc6e5f37d99759a0ef..6e246864429e276f116761e64bf89eb6e036fc28 100644 (file)
@@ -170,7 +170,7 @@ int mingw_lstat(const char *file_name, struct stat *buf);
 int mingw_fstat(int fd, struct stat *buf);
 #define fstat mingw_fstat
 #define lstat mingw_lstat
-#define stat64(x,y) mingw_lstat(x,y)
+#define _stati64(x,y) mingw_lstat(x,y)
 
 int mingw_utime(const char *file_name, const struct utimbuf *times);
 #define utime mingw_utime