Fixed warning
This commit is contained in:
@@ -269,7 +269,7 @@ void CSiaDriveDlg::OnMnuItemExit()
|
||||
|
||||
void CSiaDriveDlg::OnMnuItemToggle()
|
||||
{
|
||||
const bool visible = IsWindowVisible();
|
||||
const BOOL visible = IsWindowVisible();
|
||||
ShowWindow(visible ? SW_HIDE : SW_SHOW);
|
||||
if (!visible && IsIconic())
|
||||
{
|
||||
|
Reference in New Issue
Block a user