diff options
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r-- | PC/pyconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index f287605..370b518 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -313,6 +313,7 @@ typedef int pid_t; # define HAVE_LARGEFILE_SUPPORT #elif defined(MS_WIN32) # define PLATFORM "win32" +# define HAVE_LARGEFILE_SUPPORT # ifdef _M_ALPHA # define SIZEOF_VOID_P 8 # define SIZEOF_TIME_T 8 |