]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Repair the DLL name -- this has to match the major.minor version numbers.
authorTim Peters <tim.peters@gmail.com>
Fri, 11 Oct 2002 17:51:44 +0000 (17:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 11 Oct 2002 17:51:44 +0000 (17:51 +0000)
PC/python_nt.rc

index 37129f17186789f5aecd06d06ac61ddc316de2e7..831743595244f956cbf0f4f5c848469049798d7e 100644 (file)
@@ -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