mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
PYTHONWIN -> MS_COREDLL
This commit is contained in:
parent
2ea0b06498
commit
ac279109d4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue