Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bd9a9 commit b4cfdfaCopy full SHA for b4cfdfa
1 file changed
Include/modsupport.h
@@ -92,14 +92,10 @@ extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list));
92
*/
93
94
#ifdef MS_WINDOWS
95
-/* Special defines for Windows versions. MS_DLL_ID is the key
96
- used in the registry.
97
- The full MS_DLL_VERSION_ID is imbedded in the core DLL, and
98
- is so installers can determine incremental changes.
99
-*/
100
-#define MS_DLL_ID "1.5.0"
101
-#define MS_DLL_VERSION_ID MS_DLL_ID "." PYTHON_API_STRING
102
-
+/* Special defines for Windows versions used to live here. Things
+ have changed, and the "Version" is now in a global string variable.
+ Reason for this is that this for easier branding of a "custom DLL"
+ without actually needing a recompile. */
103
#endif /* MS_WINDOWS */
104
105
#ifdef Py_TRACE_REFS
0 commit comments