Repair the DLL name -- this has to match the major.minor version numbers.

This commit is contained in:
Tim Peters 2002-10-11 17:51:44 +00:00
parent e190663742
commit ce2f663c48
1 changed files with 1 additions and 1 deletions

View 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