Magic strings in both Python and the Wise installer define the registry key

to be used in Windows.  They got out of synch.  Repaired that, and added
comments to each one pointing at the other.
This commit is contained in:
Tim Peters 2001-03-11 04:30:35 +00:00
parent 8e68eb61f2
commit b2a22f4533
2 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,7 @@
/* Across releases, change:
* MS_DLL_ID if the minor version number changes.
* PYTHON_DLL_NAME ditto.
* MS_DLL_ID must match PY_VERSION in the Windows install script.
*/
#define MS_DLL_ID "2.1"