summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/templates.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-11-25 15:46:39 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-11-25 15:46:39 +0300
commitf0c30e09912360c393c53431a61df2eb42d61f53 (patch)
tree8f4a5bb57e417edcc92b253d46f56a4ad1f17f77 /plugins/NewStory/src/templates.h
parentf5e4db1c78db17956920f88cea5e6914ec668e24 (diff)
NewStory:
- fix for fonts & colors' registration - fix for 64-bit WINAPI;
Diffstat (limited to 'plugins/NewStory/src/templates.h')
-rw-r--r--plugins/NewStory/src/templates.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/templates.h b/plugins/NewStory/src/templates.h
index 2b703619f3..d2235b2c2c 100644
--- a/plugins/NewStory/src/templates.h
+++ b/plugins/NewStory/src/templates.h
@@ -71,6 +71,6 @@ void SaveTemplates();
TCHAR *TplFormatString(int tpl, MCONTACT hContact, HistoryArray::ItemData *args);
TCHAR *TplFormatStringEx(int tpl, TCHAR *sztpl, MCONTACT hContact, HistoryArray::ItemData *args);
-BOOL CALLBACK OptTemplatesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK OptTemplatesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
#endif // __templates_h__ \ No newline at end of file