mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 14:07:13 -06:00
15.05
This commit is contained in:
committed by
Kornel Lesiński
parent
0713a3ab80
commit
54490d51d5
@@ -13,7 +13,7 @@ class CBase
|
||||
protected:
|
||||
HANDLE m_Object;
|
||||
public:
|
||||
void Attach(HANDLE handle) { m_Object = handle; };
|
||||
void Attach(HANDLE handle) { m_Object = handle; }
|
||||
bool GetMode(DWORD &mode)
|
||||
{ return BOOLToBool(::GetConsoleMode(m_Object, &mode)); }
|
||||
bool SetMode(DWORD mode)
|
||||
|
||||
Reference in New Issue
Block a user