Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e71a947

Browse files
committed
Under NT, change "long" sharedlib extension to ".dll". (Mark H.)
1 parent c606fe1 commit e71a947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/importdl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ typedef void (*dl_funcptr)();
8585
typedef FARPROC dl_funcptr;
8686
#define _DL_FUNCPTR_DEFINED
8787
#define SHORT_EXT ".pyd"
88-
#define LONG_EXT "module.pyd"
88+
#define LONG_EXT ".dll"
8989
#endif
9090

9191
#ifdef NeXT

0 commit comments

Comments
 (0)