summaryrefslogtreecommitdiffstats
path: root/Python/importdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/importdl.c')
-rw-r--r--Python/importdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/importdl.c b/Python/importdl.c
index 0c1cd38..551f8b4 100644
--- a/Python/importdl.c
+++ b/Python/importdl.c
@@ -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