* fhandler.h (set_console_state_for_spawn): Whackamole the argument back to a
bool. * spawn.cc (spawn_guts): Ditto, i.e., once again call set_console_state_for_spawn with an indication of whether we're about to start a cygwin process. * fhandler_console.cc (set_console_state_for_spawn): Don't set the console state if we know we're starting a cygwin process or if we're using a "real" tty.
This commit is contained in:
@@ -1365,6 +1365,5 @@ class select_stuff
|
||||
device_specific_mailslot (0) {}
|
||||
};
|
||||
|
||||
void __stdcall set_console_state_for_spawn ();
|
||||
|
||||
void __stdcall set_console_state_for_spawn (bool);
|
||||
#endif /* _FHANDLER_H_ */
|
||||
|
Reference in New Issue
Block a user