Improve: Ask for running master with administrator

This commit is contained in:
yuanyuanxiang
2025-12-05 21:21:45 +01:00
parent 001f0682ae
commit 5d9854da11
6 changed files with 62 additions and 12 deletions

View File

@@ -6,6 +6,7 @@
#include "afxcmn.h"
#include "TrueColorToolBar.h"
#include "IOCPServer.h"
#include <common/location.h>
//////////////////////////////////////////////////////////////////////////
// 以下为特殊需求使用
@@ -106,6 +107,11 @@ enum {
class CSplashDlg; // 前向声明
inline std::string getHwFallback() {
IPConverter cvt;
return cvt.getPublicIP();
}
// CMy2015RemoteDlg 对话框
class CMy2015RemoteDlg : public CDialogEx
{