From da6401dab82928adc4e31eef15ca884c694ac161 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 1 Aug 2010 21:50:38 +0000 Subject: [PATCH] Fix VS8.0 build by adding _time.h and _time.c to the project file. --- PC/VS8.0/pythoncore.vcproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 9edd99ea7352..0896a791f2e2 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -942,6 +942,10 @@ RelativePath="..\..\Include\sysmodule.h" > + + @@ -1166,6 +1170,10 @@ RelativePath="..\..\Modules\_threadmodule.c" > + + -- 2.47.3