Move compress libraries to one place

This commit is contained in:
yuanyuanxiang
2025-02-06 03:34:57 +08:00
parent 914eefbb23
commit 80f277aa7f
25 changed files with 365 additions and 6243 deletions

View File

@@ -148,7 +148,7 @@ protected:
afx_msg BOOL OnToolTipNotify(UINT id, NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnTimer(UINT_PTR nIDEvent);
afx_msg void OnClose();
afx_msg void OnDblclkListRemote(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnLocalPrev();