Commit ac279109 authored by Guido van Rossum's avatar Guido van Rossum

PYTHONWIN -> MS_COREDLL

parent 2ea0b064
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment