(main) [SIGSTOP]: Change conditional from WINDOWSNT.

This commit is contained in:
Jason Rumney 2007-09-20 14:58:41 +00:00
parent fb1b68a482
commit c801ad51b2
2 changed files with 5 additions and 1 deletions

View file

@ -1491,7 +1491,7 @@ main (argc, argv)
fprintf (stderr, "*ERROR*: %s", str);
needlf = str[0] == '\0' ? needlf : str[strlen (str) - 1] != '\n';
}
#ifndef WINDOWSNT
#ifdef SIGSTOP
else if (strprefix ("-suspend ", string))
{
/* -suspend: Suspend this terminal, i.e., stop the process. */