Feature: Support setting the client building flag

This commit is contained in:
yuanyuanxiang
2025-08-29 06:57:59 +08:00
parent 34b00787d2
commit f4ae2efbc7
5 changed files with 58 additions and 5 deletions

View File

@@ -36,4 +36,6 @@ public:
CComboBox m_ComboEncrypt;
afx_msg void OnHelpParameters();
CComboBox m_ComboCompress;
CString m_strFindden;
afx_msg void OnHelpFindden();
};