summaryrefslogtreecommitdiffstats
path: root/PCbuild/pyproject.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-01-15 17:10:16 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-01-15 17:10:16 (GMT)
commit2587952f2fc4abb3adf6a838bf8a1fc3997c81be (patch)
tree4c3004cb2dc2e833993cc1aa421fbd92e0d5b332 /PCbuild/pyproject.props
parenta39eb0f42b8926aad10fe4f11371f0ec219da276 (diff)
downloadcpython-2587952f2fc4abb3adf6a838bf8a1fc3997c81be.zip
cpython-2587952f2fc4abb3adf6a838bf8a1fc3997c81be.tar.gz
cpython-2587952f2fc4abb3adf6a838bf8a1fc3997c81be.tar.bz2
Fixes sys.winver generation and removes dependency on user32.dll
Diffstat (limited to 'PCbuild/pyproject.props')
-rw-r--r--PCbuild/pyproject.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index 85aebeb..33570d7 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -87,7 +87,7 @@
<WriteLinesToFile File="$(PySourcePath)PC\pythonnt_rc$(PyDebugExt).h" Overwrite="true" Encoding="ascii"
Lines='/* This file created by python.props /t:GeneratePythonNtRcH */
#define FIELD3 $(Field3Value)
-#define MS_DLL_ID "$(PythonMajorVersion).$(PythonMinorVersion)"
+#define MS_DLL_ID "$(SysWinVer)"
#define PYTHON_DLL_NAME "$(PyDllName).dll"
' />
<ItemGroup>