diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-16 21:58:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-16 21:58:06 +0300 |
commit | 52592007b35811a902ead1d9999a558880178e10 (patch) | |
tree | 7e0e9e72a2d4f0244efbe524479170bb00d33875 /plugins/StopSpamPlus/src/stdafx.h | |
parent | 67aa28cc9441ad4aca94a1ecbfe97f5b497061b2 (diff) |
fixes #1034 (StopSpam: wrong codepage)
Diffstat (limited to 'plugins/StopSpamPlus/src/stdafx.h')
-rw-r--r-- | plugins/StopSpamPlus/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
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);
|