mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Closes #22579: Fix posixmodule.c to support any C compiler on Windows
This commit is contained in:
parent
532783bd5e
commit
d42c4282b9
1 changed files with 1 additions and 1 deletions
|
|
@ -17479,7 +17479,7 @@ all_ins(PyObject *m)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__)) && !defined(__QNX__)
|
#ifdef MS_WINDOWS
|
||||||
#define INITFUNC PyInit_nt
|
#define INITFUNC PyInit_nt
|
||||||
#define MODNAME "nt"
|
#define MODNAME "nt"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue