From f0c30e09912360c393c53431a61df2eb42d61f53 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 25 Nov 2018 15:46:39 +0300 Subject: NewStory: - fix for fonts & colors' registration - fix for 64-bit WINAPI; --- plugins/NewStory/src/templates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory/src/templates.cpp') diff --git a/plugins/NewStory/src/templates.cpp b/plugins/NewStory/src/templates.cpp index 199b009458..84e72ed00d 100644 --- a/plugins/NewStory/src/templates.cpp +++ b/plugins/NewStory/src/templates.cpp @@ -459,7 +459,7 @@ void vfOther(int mode, TemplateVars *vars, HANDLE hContact, HistoryArray::ItemDa // Option dialog -BOOL CALLBACK OptTemplatesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) +INT_PTR CALLBACK OptTemplatesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { static int CurrentTemplate; switch (msg) -- cgit v1.2.3