summaryrefslogtreecommitdiff
path: root/plugins/StopSpamPlus/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-11-16 21:58:06 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-11-16 21:58:06 +0300
commit52592007b35811a902ead1d9999a558880178e10 (patch)
tree7e0e9e72a2d4f0244efbe524479170bb00d33875 /plugins/StopSpamPlus/src/stdafx.h
parent67aa28cc9441ad4aca94a1ecbfe97f5b497061b2 (diff)
fixes #1034 (StopSpam: wrong codepage)
Diffstat (limited to 'plugins/StopSpamPlus/src/stdafx.h')
-rw-r--r--plugins/StopSpamPlus/src/stdafx.h1
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);