mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
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
Block a user