mirror of
https://github.com/python/cpython.git
synced 2025-10-20 05:41:23 +00:00
Changed NT -> MSC or WATCOM
This commit is contained in:
parent
582646aecc
commit
a0e71303d9
1 changed files with 1 additions and 1 deletions
|
@ -1695,7 +1695,7 @@ static struct methodlist posix_methods[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#ifdef NT
|
#if defined(_MSC_VER) || defined(__WATCOMC__)
|
||||||
void
|
void
|
||||||
initnt()
|
initnt()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue