diff options
| author | Tim Peters <tim.peters@gmail.com> | 2001-03-11 04:30:35 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2001-03-11 04:30:35 +0000 |
| commit | b2a22f453322ccfcabcdb633d42513e64d65659d (patch) | |
| tree | 8e2326e669855d33fc2573e35581474f8c895161 /PC/python_nt.rc | |
| parent | 8e68eb61f25deafc3c3b3beb814e5deadd05a496 (diff) | |
| download | cpython-git-b2a22f453322ccfcabcdb633d42513e64d65659d.tar.gz | |
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.
Diffstat (limited to 'PC/python_nt.rc')
| -rw-r--r-- | PC/python_nt.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 91627637da..3061deb7ab 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -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" |
