mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove dead Windows code which no longer will compile.
This commit is contained in:
parent
a6685e8d36
commit
6b9b727695
4 changed files with 0 additions and 154 deletions
|
@ -1150,12 +1150,6 @@ PyImport_GetImporter(PyObject *path) {
|
|||
}
|
||||
|
||||
|
||||
#ifdef MS_COREDLL
|
||||
extern FILE *_PyWin_FindRegisteredModule(PyObject *, struct filedescr **,
|
||||
PyObject **p_path);
|
||||
#endif
|
||||
|
||||
|
||||
static int init_builtin(PyObject *); /* Forward */
|
||||
|
||||
/* Initialize a built-in module.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue