mirror of https://github.com/python/cpython.git
Under NT, change "long" sharedlib extension to ".dll". (Mark H.)
This commit is contained in:
parent
c606fe186f
commit
e71a947f8e
|
@ -85,7 +85,7 @@ typedef void (*dl_funcptr)();
|
|||
typedef FARPROC dl_funcptr;
|
||||
#define _DL_FUNCPTR_DEFINED
|
||||
#define SHORT_EXT ".pyd"
|
||||
#define LONG_EXT "module.pyd"
|
||||
#define LONG_EXT ".dll"
|
||||
#endif
|
||||
|
||||
#ifdef NeXT
|
||||
|
|
Loading…
Reference in New Issue