Commit da6401da authored by Raymond Hettinger's avatar Raymond Hettinger

Fix VS8.0 build by adding _time.h and _time.c to the project file.

parent de802be0
...@@ -942,6 +942,10 @@ ...@@ -942,6 +942,10 @@
RelativePath="..\..\Include\sysmodule.h" RelativePath="..\..\Include\sysmodule.h"
> >
</File> </File>
<File
RelativePath="..\..\Include\_time.h"
>
</File>
<File <File
RelativePath="..\..\Include\timefuncs.h" RelativePath="..\..\Include\timefuncs.h"
> >
...@@ -1166,6 +1170,10 @@ ...@@ -1166,6 +1170,10 @@
RelativePath="..\..\Modules\_threadmodule.c" RelativePath="..\..\Modules\_threadmodule.c"
> >
</File> </File>
<File
RelativePath="..\..\Modules\_time.c"
>
</File>
<File <File
RelativePath="..\..\Modules\timemodule.c" RelativePath="..\..\Modules\timemodule.c"
> >
......
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