[Python-checkins] cpython: Revert accidental deletion of _overlapped.

martin.v.loewis python-checkins at python.org
Fri Jan 3 15:53:42 CET 2014


http://hg.python.org/cpython/rev/8a3718f31188
changeset:   88274:8a3718f31188
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Fri Jan 03 15:53:20 2014 +0100
summary:
  Revert accidental deletion of _overlapped.

files:
  PCbuild/pcbuild.sln |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/PCbuild/pcbuild.sln b/PCbuild/pcbuild.sln
--- a/PCbuild/pcbuild.sln
+++ b/PCbuild/pcbuild.sln
@@ -74,6 +74,8 @@
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_freeze_importlib", "_freeze_importlib.vcxproj", "{19C0C13F-47CA-4432-AFF3-799A296A4DDC}"
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_overlapped", "_overlapped.vcxproj", "{EB6E69DD-04BF-4543-9B92-49FAABCEAC2E}"
+EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_testembed", "_testembed.vcxproj", "{6DAC66D9-E703-4624-BE03-49112AB5AA62}"
 EndProject
 Global

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list