* fhandler.h (set_console_state_for_spawn): Eliminate argument from
declaration. * fhandler.cc (set_console_state_for_spawn): Eliminate argument from definition. Always check for invisible console. (fhandler_console::need_invisible): Don't do anything if the windows station is already not visible. * spawn.cc (spawn_guts): Accommodate change of argument to set_console_state_for_spawn.
This commit is contained in:
@ -1365,6 +1365,6 @@ class select_stuff
|
||||
device_specific_mailslot (0) {}
|
||||
};
|
||||
|
||||
void __stdcall set_console_state_for_spawn (bool) __attribute__ ((regparm (1)));
|
||||
void __stdcall set_console_state_for_spawn ();
|
||||
|
||||
#endif /* _FHANDLER_H_ */
|
||||
|
Reference in New Issue
Block a user