Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da6401d

Browse files
committed
Fix VS8.0 build by adding _time.h and _time.c to the project file.
1 parent de802be commit da6401d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

PC/VS8.0/pythoncore.vcproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,10 @@
942942
RelativePath="..\..\Include\sysmodule.h"
943943
>
944944
</File>
945+
<File
946+
RelativePath="..\..\Include\_time.h"
947+
>
948+
</File>
945949
<File
946950
RelativePath="..\..\Include\timefuncs.h"
947951
>
@@ -1166,6 +1170,10 @@
11661170
RelativePath="..\..\Modules\_threadmodule.c"
11671171
>
11681172
</File>
1173+
<File
1174+
RelativePath="..\..\Modules\_time.c"
1175+
>
1176+
</File>
11691177
<File
11701178
RelativePath="..\..\Modules\timemodule.c"
11711179
>

0 commit comments

Comments
 (0)