]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix fileutils for Windows
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 7 Oct 2010 22:09:40 +0000 (22:09 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 7 Oct 2010 22:09:40 +0000 (22:09 +0000)
commitb306d7594ff0ed5ba666dbb26491a269abfbc9d7
tree6c0e7fbba4a7d70e4087d69705922a387115053c
parente7c8083bf1cfaef8a00b171ec2c170fad92974b7
Fix fileutils for Windows

 * Don't define _Py_wstat() on Windows, Windows has its own _wstat() function
   with a different API (the stat buffer has another type)
 * Include windows.h
Include/fileutils.h
Python/fileutils.c