mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Removed special Windows defines, at Mark Hammond's request.
This commit is contained in:
parent
83bd9a9c8c
commit
b4cfdfa077
1 changed files with 4 additions and 8 deletions
|
|
@ -92,14 +92,10 @@ extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list));
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef MS_WINDOWS
|
#ifdef MS_WINDOWS
|
||||||
/* Special defines for Windows versions. MS_DLL_ID is the key
|
/* Special defines for Windows versions used to live here. Things
|
||||||
used in the registry.
|
have changed, and the "Version" is now in a global string variable.
|
||||||
The full MS_DLL_VERSION_ID is imbedded in the core DLL, and
|
Reason for this is that this for easier branding of a "custom DLL"
|
||||||
is so installers can determine incremental changes.
|
without actually needing a recompile. */
|
||||||
*/
|
|
||||||
#define MS_DLL_ID "1.5.0"
|
|
||||||
#define MS_DLL_VERSION_ID MS_DLL_ID "." PYTHON_API_STRING
|
|
||||||
|
|
||||||
#endif /* MS_WINDOWS */
|
#endif /* MS_WINDOWS */
|
||||||
|
|
||||||
#ifdef Py_TRACE_REFS
|
#ifdef Py_TRACE_REFS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue