From b9252dfd932a2b3fc7db1adfe4f0149390dcdb58 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 19 Jul 2012 21:41:29 +0000 Subject: 64-bit fix git-svn-id: http://svn.miranda-ng.org/main/trunk@1057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MyDetails/frame.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/MyDetails/frame.h') diff --git a/plugins/MyDetails/frame.h b/plugins/MyDetails/frame.h index ca314d56d0..5382d3ed46 100644 --- a/plugins/MyDetails/frame.h +++ b/plugins/MyDetails/frame.h @@ -30,9 +30,9 @@ void RefreshFrameAndCalcRects(); void SetCycleTime(); -int PluginCommand_ShowNextProtocol(WPARAM wParam,LPARAM lParam); -int PluginCommand_ShowPreviousProtocol(WPARAM wParam,LPARAM lParam); -int PluginCommand_ShowProtocol(WPARAM wParam,LPARAM lParam); +INT_PTR PluginCommand_ShowNextProtocol(WPARAM wParam,LPARAM lParam); +INT_PTR PluginCommand_ShowPreviousProtocol(WPARAM wParam,LPARAM lParam); +INT_PTR PluginCommand_ShowProtocol(WPARAM wParam,LPARAM lParam); #endif // __FRAME_H__ \ No newline at end of file -- cgit v1.2.3