mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Repair the DLL name -- this has to match the major.minor version numbers.
This commit is contained in:
parent
e190663742
commit
ce2f663c48
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue