more mingw
This commit is contained in:
@@ -380,10 +380,10 @@ safe_status_init()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
boolean
|
||||||
safe_can_suspend()
|
safe_can_suspend()
|
||||||
{
|
{
|
||||||
return;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
@@ -408,7 +408,7 @@ char def;
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*ARGSUSED*/
|
/*ARGSUSED*/
|
||||||
static void
|
void
|
||||||
safe_getlin(prompt, outbuf)
|
safe_getlin(prompt, outbuf)
|
||||||
const char *prompt UNUSED;
|
const char *prompt UNUSED;
|
||||||
char *outbuf;
|
char *outbuf;
|
||||||
|
|||||||
Reference in New Issue
Block a user