diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-19 21:41:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-19 21:41:29 +0000 |
commit | b9252dfd932a2b3fc7db1adfe4f0149390dcdb58 (patch) | |
tree | c604a7a8431009e87fba90dc3342a1c62e3141ca /plugins/MyDetails/frame.h | |
parent | f695fb115e898ee1c4068b8b5a0d1a74d4d08196 (diff) |
64-bit fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/frame.h')
-rw-r--r-- | plugins/MyDetails/frame.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |