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

@@ -62,7 +62,7 @@ VOID CTalkManager::OnReceive(PBYTE szBuffer, ULONG ulLength)
}
}
int CALLBACK CTalkManager::DialogProc(HWND hDlg, unsigned int uMsg,
INT_PTR CALLBACK CTalkManager::DialogProc(HWND hDlg, UINT uMsg,
WPARAM wParam, LPARAM lParam)
{
switch(uMsg)