PYTHONWIN -> MS_COREDLL

This commit is contained in:
Guido van Rossum 1996-08-22 23:10:58 +00:00
parent 2ea0b06498
commit ac279109d4
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ find_module(name, path, buf, buflen, p_fp)
struct filedescr *fdp;
FILE *fp = NULL;
#ifdef PYTHONWIN
#ifdef MS_COREDLL
if ((fp=PyWin_FindRegisteredModule(name, &fdp, buf, buflen))!=NULL) {
*p_fp = fp;
return fdp;