* spawn.cc (spawn_guts): Change type back to 'int' after erroneous change
below.
This commit is contained in:
@@ -345,7 +345,7 @@ do_cleanup (void *args)
|
||||
}
|
||||
|
||||
|
||||
static bool __stdcall
|
||||
static int __stdcall
|
||||
spawn_guts (const char * prog_arg, const char *const *argv,
|
||||
const char *const envp[], int mode)
|
||||
{
|
||||
|
Reference in New Issue
Block a user