diff options
author | Thomas Heller <theller@ctypes.org> | 2007-07-11 12:45:46 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2007-07-11 12:45:46 (GMT) |
commit | c6a55ee2a5739b2f98d970562d1e57013f129c50 (patch) | |
tree | 5e5749c037d5034de418093437fc3b1a2ab0acf6 /PCbuild | |
parent | 90044275898f213456f522dbeb1affc9b2433308 (diff) | |
download | cpython-c6a55ee2a5739b2f98d970562d1e57013f129c50.zip cpython-c6a55ee2a5739b2f98d970562d1e57013f129c50.tar.gz cpython-c6a55ee2a5739b2f98d970562d1e57013f129c50.tar.bz2 |
See SF# 1751801: Windows: Add the _fileio builtin module, and undefine
HAVE_FTRUNCATE because ftruncate does not exist on Windows.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 2de1611..1da5593 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -371,6 +371,9 @@ RelativePath="..\Modules\_csv.c"> </File> <File + RelativePath="..\Modules\_fileio.c"> + </File> + <File RelativePath="..\Modules\_functoolsmodule.c"> </File> <File |