aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-01-15 09:10:16 -0800
committerSteve Dower <steve.dower@microsoft.com>2015-01-15 09:10:16 -0800
commit2587952f2fc4abb3adf6a838bf8a1fc3997c81be (patch)
tree4c3004cb2dc2e833993cc1aa421fbd92e0d5b332 /PCbuild/pyproject.props
parentMerge 3.4 (asyncio) (diff)
downloadcpython-2587952f2fc4abb3adf6a838bf8a1fc3997c81be.tar.gz
cpython-2587952f2fc4abb3adf6a838bf8a1fc3997c81be.tar.bz2
cpython-2587952f2fc4abb3adf6a838bf8a1fc3997c81be.zip
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 85aebebe2f4..33570d78426 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>