Cygwin: pty: Convert CamelCase names to snake_case names.
This commit is contained in:
committed by
Corinna Vinschen
parent
59362c80e3
commit
edb1be4cce
@@ -93,10 +93,10 @@ private:
|
||||
HANDLE _from_master_cyg;
|
||||
HANDLE _to_master;
|
||||
HANDLE _to_master_cyg;
|
||||
HPCON hPseudoConsole;
|
||||
HANDLE hHelperProcess;
|
||||
DWORD HelperProcessId;
|
||||
HANDLE hHelperGoodbye;
|
||||
HPCON h_pseudo_console;
|
||||
HANDLE h_helper_process;
|
||||
DWORD helper_process_id;
|
||||
HANDLE h_helper_goodbye;
|
||||
bool attach_pcon_in_fork;
|
||||
bool switch_to_pcon_in;
|
||||
bool switch_to_pcon_out;
|
||||
|
Reference in New Issue
Block a user