Removed _stringio from Windows build.

For some yet unknown reason, MSVC's linker fails to resolve
_stringio's module initializer (PyInit__stringio). This probably means
the module is not build correctly. Therefore, I am removing Windows
support temporarily until I find how to add new modules properly for
MSVC.
This commit is contained in:
Alexandre Vassalotti 2008-06-12 18:35:39 +00:00
parent ca2d610dba
commit b1549092ea
4 changed files with 0 additions and 13 deletions

View file

@ -373,9 +373,6 @@
<File
RelativePath="..\..\Modules\_bytesio.c">
</File>
<File
RelativePath="..\..\Modules\_stringio.c">
</File>
<File
RelativePath="..\..\Modules\_functoolsmodule.c">
</File>