From 79ee19f3db964733d4fe94184dbb65bc819c65ce Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 16 Jun 2010 23:05:06 +0000 Subject: [PATCH] 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. --- PCbuild/pythoncore.vcproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 2388a71722..6beb3c5f85 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1039,6 +1039,14 @@ RelativePath="..\Modules\_struct.c" > + + + + -- 2.50.0