* src/mswindows.c: Fix prototype of fork_to_background()

Reported-by: Gisle Vanem
This commit is contained in:
Tim Rühsen 2018-02-21 19:05:10 +01:00
parent 98ec26cc6d
commit bea54e0da4

View File

@ -312,7 +312,7 @@ cleanup:
/* This is the corresponding Windows implementation of the
fork_to_background() function in utils.c. */
void
bool
fork_to_background (void)
{
int rv;
@ -332,6 +332,7 @@ fork_to_background (void)
abort ();
}
/* If we get here, we're the child. */
return false;
}
static BOOL WINAPI