fixed largefile feature for MingW32 non-configure builds.

This commit is contained in:
Gunter Knauf 2008-09-04 22:04:53 +00:00
parent 4558c8f37a
commit 9c36a5fd06
2 changed files with 8 additions and 0 deletions

View File

@ -402,6 +402,10 @@
# 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

View File

@ -247,6 +247,10 @@
# 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