Attempt to fix the Windows build for _stringio and _pickle.

I don't have any win32 machine in my reach. So, I can't test this.
This commit is contained in:
Alexandre Vassalotti 2008-06-12 00:52:32 +00:00
parent 01b07cdb61
commit 3c415a26e3
2 changed files with 21 additions and 0 deletions

View file

@ -137,6 +137,18 @@ SOURCE=..\..\Modules\_fileio.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_bytesio.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_stringio.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_pickle.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_functoolsmodule.c
# End Source File
# Begin Source File