]> granicus.if.org Git - python/commit
Python no longer compiled on Windows, due to #include file confusion
authorTim Peters <tim.peters@gmail.com>
Sun, 3 Mar 2002 23:17:02 +0000 (23:17 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 3 Mar 2002 23:17:02 +0000 (23:17 +0000)
commitbc2e10e7b6588d2677e970e390e066e235c56dbd
tree2a9c0a4822ef600de67d6e9580b5482be3554e37
parent5833baa30942076694b88185ccb02ebe1102c926
Python no longer compiled on Windows, due to #include file confusion
over SEP, ALTSEP and MAXPATHLEN.
Patched up posixmodule.c for MSVC, but unsure what the story is now on
other non-Unixish platforms -- the preprocessor maze has no exit <wink>.
Modules/posixmodule.c