diff options
Diffstat (limited to 'plugins/NewStory/src/history.h')
-rw-r--r-- | plugins/NewStory/src/history.h | 4 |
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 |