]> granicus.if.org Git - python/commitdiff
Under NT, change "long" sharedlib extension to ".dll". (Mark H.)
authorGuido van Rossum <guido@python.org>
Tue, 9 Apr 1996 02:39:15 +0000 (02:39 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Apr 1996 02:39:15 +0000 (02:39 +0000)
Python/importdl.c

index 0c1cd38894fdeda6edfd4f478b06a4e980339bb6..551f8b4ff8a6dc23bc4ae210278e4c72382aeed2 100644 (file)
@@ -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