[pypy-svn] r72365 - pypy/branch/kill-python-h/pypy/translator/c/src

arigo at codespeak.net arigo at codespeak.net
Thu Mar 18 11:48:19 CET 2010


Author: arigo
Date: Thu Mar 18 11:48:18 2010
New Revision: 72365

Modified:
   pypy/branch/kill-python-h/pypy/translator/c/src/g_prerequisite.h
Log:
Bah.


Modified: pypy/branch/kill-python-h/pypy/translator/c/src/g_prerequisite.h
==============================================================================
--- pypy/branch/kill-python-h/pypy/translator/c/src/g_prerequisite.h	(original)
+++ pypy/branch/kill-python-h/pypy/translator/c/src/g_prerequisite.h	Thu Mar 18 11:48:18 2010
@@ -9,6 +9,9 @@
 #  include "Python.h"
 #endif
 
+#ifdef _WIN32
+#  include <io.h>   /* needed, otherwise _lseeki64 truncates to 32-bits (??) */
+#endif
 
 #ifndef AVR
 #include "thread.h"   /* needs to be included early to define the



More information about the Pypy-commit mailing list