Changed NT -> MSC or WATCOM
This commit is contained in:
parent
582646aecc
commit
a0e71303d9
|
@ -1695,7 +1695,7 @@ static struct methodlist posix_methods[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#ifdef NT
|
#if defined(_MSC_VER) || defined(__WATCOMC__)
|
||||||
void
|
void
|
||||||
initnt()
|
initnt()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue