Changed NT -> MSC or WATCOM

This commit is contained in:
Guido van Rossum 1996-05-28 22:30:38 +00:00
parent 582646aecc
commit a0e71303d9
1 changed files with 1 additions and 1 deletions

View File

@ -1695,7 +1695,7 @@ static struct methodlist posix_methods[] = {
}; };
#ifdef NT #if defined(_MSC_VER) || defined(__WATCOMC__)
void void
initnt() initnt()
{ {