Kaydet (Commit) 5fb1da76 authored tarafından Guido van Rossum's avatar Guido van Rossum

NT dlls have .pyd extension instead of .dll

üst e7d444f7
......@@ -67,8 +67,8 @@ typedef void (*dl_funcptr)();
#include <windows.h>
typedef FARPROC dl_funcptr;
#define _DL_FUNCPTR_DEFINED
#define SHORT_EXT ".dll"
#define LONG_EXT "module.dll"
#define SHORT_EXT ".pyd"
#define LONG_EXT "module.pyd"
#endif
#if defined(NeXT) || defined(WITH_RLD)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment