]> granicus.if.org Git - curl/commitdiff
fixed largefile feature for MingW32 non-configure builds.
authorGunter Knauf <gk@gknw.de>
Thu, 4 Sep 2008 22:04:53 +0000 (22:04 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 4 Sep 2008 22:04:53 +0000 (22:04 +0000)
lib/config-win32.h
src/config-win32.h

index a0c0bf5b20b03e5fd9f3124e84ab942386af2930..e43c88e34e039621941188bc4643f16e66e0a947 100644 (file)
 #  endif
 #endif
 
+#if defined(__MINGW32__) && !defined(USE_WIN32_LARGE_FILES)
+#  define USE_WIN32_LARGE_FILES
+#endif
+
 #if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
 #  define USE_WIN32_SMALL_FILES
 #endif
index 654d892d840c5a409e0fd98fa537deabc610efbf..cafc145769ea66328c5ffd0aa93f066b4db102ab 100644 (file)
 #  endif
 #endif
 
+#if defined(__MINGW32__) && !defined(USE_WIN32_LARGE_FILES)
+#  define USE_WIN32_LARGE_FILES
+#endif
+
 #if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
 #  define USE_WIN32_SMALL_FILES
 #endif