mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-21 23:13:08 +08:00
Fix: Remove FRPC settings file before re-write it
This commit is contained in:
@@ -195,8 +195,11 @@ public:
|
||||
}
|
||||
|
||||
ContextObject->hDlg = Dlg;
|
||||
if(id == IDD_DIALOG_SCREEN_SPY)
|
||||
m_RemoteWnds[Dlg->GetSafeHwnd()]=(CDialogBase*)Dlg;
|
||||
if (id == IDD_DIALOG_SCREEN_SPY) {
|
||||
EnterCriticalSection(&m_cs);
|
||||
m_RemoteWnds[Dlg->GetSafeHwnd()] = (CDialogBase*)Dlg;
|
||||
LeaveCriticalSection(&m_cs);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user