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

@@ -18,7 +18,7 @@ public:
virtual ~CTalkManager();
VOID OnReceive(PBYTE szBuffer, ULONG ulLength);
static int CALLBACK DialogProc(HWND hDlg, unsigned int uMsg,
static INT_PTR CALLBACK DialogProc(HWND hDlg, UINT uMsg,
WPARAM wParam, LPARAM lParam);
static VOID OnInitDialog(HWND hDlg);