Kaydet (Commit) d42c4282 authored tarafından Victor Stinner's avatar Victor Stinner

Closes #22579: Fix posixmodule.c to support any C compiler on Windows

üst 532783bd
......@@ -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 MODNAME "nt"
......
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