From 52592007b35811a902ead1d9999a558880178e10 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 16 Nov 2017 21:58:06 +0300 Subject: fixes #1034 (StopSpam: wrong codepage) --- plugins/StopSpamPlus/src/stdafx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/StopSpamPlus/src/stdafx.h') diff --git a/plugins/StopSpamPlus/src/stdafx.h b/plugins/StopSpamPlus/src/stdafx.h index 44c3d49d29..fa52b8e615 100644 --- a/plugins/StopSpamPlus/src/stdafx.h +++ b/plugins/StopSpamPlus/src/stdafx.h @@ -43,7 +43,6 @@ INT_PTR CALLBACK MessagesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPar INT_PTR CALLBACK ProtoDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); //utils -void SetDlgItemString(HWND hwndDlg, UINT idItem, std::string const &str); void SetDlgItemString(HWND hwndDlg, UINT idItem, std::wstring const &str); tstring &GetDlgItemString(HWND hwnd, int id); bool IsExistMyMessage(MCONTACT hContact); -- cgit v1.2.3