diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-10-11 17:51:44 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-10-11 17:51:44 (GMT) |
commit | ce2f663c48eb41cd3ccb4ddad5d8b5398f5ccb46 (patch) | |
tree | cdd018b8ce11d6b776e0942537ffeb708f7a2d23 /PC/python_nt.rc | |
parent | e1906637422cd0cdedaa46736f3360e424384081 (diff) | |
download | cpython-ce2f663c48eb41cd3ccb4ddad5d8b5398f5ccb46.zip cpython-ce2f663c48eb41cd3ccb4ddad5d8b5398f5ccb46.tar.gz cpython-ce2f663c48eb41cd3ccb4ddad5d8b5398f5ccb46.tar.bz2 |
Repair the DLL name -- this has to match the major.minor version numbers.
Diffstat (limited to 'PC/python_nt.rc')
-rw-r--r-- | PC/python_nt.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 37129f1..8317435 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -15,7 +15,7 @@ #define MS_DLL_ID "2.3" #ifndef PYTHON_DLL_NAME -#define PYTHON_DLL_NAME "python22.dll" +#define PYTHON_DLL_NAME "python23.dll" #endif /* Nothing below this should need to be changed except for copyright |