mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
NT dlls have .pyd extension instead of .dll
This commit is contained in:
parent
e7d444f785
commit
5fb1da76ff
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ typedef void (*dl_funcptr)();
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
typedef FARPROC dl_funcptr;
|
typedef FARPROC dl_funcptr;
|
||||||
#define _DL_FUNCPTR_DEFINED
|
#define _DL_FUNCPTR_DEFINED
|
||||||
#define SHORT_EXT ".dll"
|
#define SHORT_EXT ".pyd"
|
||||||
#define LONG_EXT "module.dll"
|
#define LONG_EXT "module.pyd"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(NeXT) || defined(WITH_RLD)
|
#if defined(NeXT) || defined(WITH_RLD)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue