diff options
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 9162763..3061deb 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" |