summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history.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/history.h
parentf5e4db1c78db17956920f88cea5e6914ec668e24 (diff)
NewStory:
- fix for fonts & colors' registration - fix for 64-bit WINAPI;
Diffstat (limited to 'plugins/NewStory/src/history.h')
-rw-r--r--plugins/NewStory/src/history.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/src/history.h b/plugins/NewStory/src/history.h
index 4aa5a05073..cf89af421e 100644
--- a/plugins/NewStory/src/history.h
+++ b/plugins/NewStory/src/history.h
@@ -34,7 +34,7 @@ extern MWindowList hNewstoryWindows;
void InitHistory();
void FreeHistory();
-int svcShowNewstory(WPARAM wParam, LPARAM lParam);
-int svcShowSystemNewstory(WPARAM wParam, LPARAM lParam);
+INT_PTR svcShowNewstory(WPARAM wParam, LPARAM lParam);
+INT_PTR svcShowSystemNewstory(WPARAM wParam, LPARAM lParam);
#endif // __history_h__ \ No newline at end of file