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

This commit is contained in:
Raymond Hettinger 2010-08-01 21:50:38 +00:00
parent de802be001
commit da6401dab8

View file

@ -942,6 +942,10 @@
RelativePath="..\..\Include\sysmodule.h"
>
</File>
<File
RelativePath="..\..\Include\_time.h"
>
</File>
<File
RelativePath="..\..\Include\timefuncs.h"
>
@ -1166,6 +1170,10 @@
RelativePath="..\..\Modules\_threadmodule.c"
>
</File>
<File
RelativePath="..\..\Modules\_time.c"
>
</File>
<File
RelativePath="..\..\Modules\timemodule.c"
>