Security improvement and use UPX to compress master

This commit is contained in:
yuanyuanxiang
2025-05-03 17:23:01 +08:00
parent 9078f1eb10
commit 72ef443504
12 changed files with 229 additions and 22 deletions

View File

@@ -119,6 +119,7 @@ public:
afx_msg LRESULT OnOpenVideoDialog(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT OnHandleMessage(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT OnOpenKeyboardDialog(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT UPXProcResult(WPARAM wParam, LPARAM lParam);
afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
virtual BOOL PreTranslateMessage(MSG* pMsg);
afx_msg void OnOnlineShare();