Commit 3c415a26 authored by Alexandre Vassalotti's avatar Alexandre Vassalotti

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.
parent 01b07cdb
......@@ -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
......
......@@ -370,6 +370,15 @@
<File
RelativePath="..\..\Modules\_fileio.c">
</File>
<File
RelativePath="..\..\Modules\_bytesio.c">
</File>
<File
RelativePath="..\..\Modules\_stringio.c">
</File>
<File
RelativePath="..\..\Modules\_pickle.c">
</File>
<File
RelativePath="..\..\Modules\_functoolsmodule.c">
</File>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment