Under NT, change "long" sharedlib extension to ".dll". (Mark H.)

This commit is contained in:
Guido van Rossum 1996-04-09 02:39:15 +00:00
parent c606fe186f
commit e71a947f8e
1 changed files with 1 additions and 1 deletions

View 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