Issue #9012: Add _time.c and _time.h to the Visual Studio project file

Add these new files, added by r82034, to the pythoncore project.
This commit is contained in:
Victor Stinner 2010-06-16 23:05:06 +00:00
parent d95a586d77
commit 79ee19f3db

View file

@ -1039,6 +1039,14 @@
RelativePath="..\Modules\_struct.c"
>
</File>
<File
RelativePath="..\Modules\_time.c"
>
</File>
<File
RelativePath="..\Modules\_time.h"
>
</File>
<File
RelativePath="..\Modules\_weakref.c"
>