From 9aaad18e0849c2bf92b8d4ac19c5e180b8c545ba Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 5 May 2012 18:16:47 +0000 Subject: QuickReplies: x64 compilation fix git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@297 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- QuickReplies/common.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'QuickReplies/common.h') diff --git a/QuickReplies/common.h b/QuickReplies/common.h index d21be34..026f4c5 100644 --- a/QuickReplies/common.h +++ b/QuickReplies/common.h @@ -21,8 +21,7 @@ Boston, MA 02111-1307, USA. #ifndef __QUICK_REPLY_H__ #define __QUICK_REPLY_H__ -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #include #include @@ -68,9 +67,9 @@ extern HANDLE hOnPreShutdown; INT_PTR QuickRepliesService(WPARAM wParam, LPARAM lParam); -INT_PTR OnModulesLoaded(WPARAM wParam, LPARAM lParam); -INT_PTR OnOptInitialized(WPARAM wParam, LPARAM lParam); -INT_PTR OnButtonPressed(WPARAM wParam, LPARAM lParam); -INT_PTR OnPreShutdown(WPARAM wParam, LPARAM lParam); +INT OnModulesLoaded(WPARAM wParam, LPARAM lParam); +INT OnOptInitialized(WPARAM wParam, LPARAM lParam); +INT OnButtonPressed(WPARAM wParam, LPARAM lParam); +INT OnPreShutdown(WPARAM wParam, LPARAM lParam); #endif //__QUICK_REPLY_H__ \ No newline at end of file -- cgit v1.2.3