Rationalized MS ifdefs

This commit is contained in:
Guido van Rossum 1996-09-11 23:12:24 +00:00
parent d4ab3cde8e
commit 9b38a145e2
3 changed files with 10 additions and 18 deletions

View file

@ -49,7 +49,7 @@ int sys_checkinterval = 10;
static object *sysdict;
#ifdef NT
#ifdef MS_COREDLL
extern void *PyWin_DLLhModule;
#endif