 include/share/compat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/share/compat.h b/include/share/compat.h
index 3bdf61a..950a182 100644
--- a/include/share/compat.h
+++ b/include/share/compat.h
@@ -48,7 +48,7 @@
 
 #if defined _MSC_VER || defined __BORLANDC__ || defined __MINGW32__
 #include <sys/types.h> /* for off_t */
-#if _MSC_VER <= 1600 || defined __BORLANDC__ /* @@@ [2G limit] */
+#if !defined __MINGW32__ /* @@@ [2G limit] */
 #ifndef fseeko
 #define fseeko fseek
 #endif
