mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Under NT, change "long" sharedlib extension to ".dll". (Mark H.)
This commit is contained in:
parent
c606fe186f
commit
e71a947f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ typedef void (*dl_funcptr)();
|
||||||
typedef FARPROC dl_funcptr;
|
typedef FARPROC dl_funcptr;
|
||||||
#define _DL_FUNCPTR_DEFINED
|
#define _DL_FUNCPTR_DEFINED
|
||||||
#define SHORT_EXT ".pyd"
|
#define SHORT_EXT ".pyd"
|
||||||
#define LONG_EXT "module.pyd"
|
#define LONG_EXT ".dll"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NeXT
|
#ifdef NeXT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue