Skip to content

Commit ce2f663

Browse files
committed
Repair the DLL name -- this has to match the major.minor version numbers.
1 parent e190663 commit ce2f663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PC/python_nt.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define MS_DLL_ID "2.3"
1616

1717
#ifndef PYTHON_DLL_NAME
18-
#define PYTHON_DLL_NAME "python22.dll"
18+
#define PYTHON_DLL_NAME "python23.dll"
1919
#endif
2020

2121
/* Nothing below this should need to be changed except for copyright

0 commit comments

Comments
 (0)