diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-05-05 18:16:47 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-05-05 18:16:47 +0000 |
commit | 9aaad18e0849c2bf92b8d4ac19c5e180b8c545ba (patch) | |
tree | 3b742b75a3c1fe7ed62dd9c4eab91a12548d4b2a /QuickReplies/common.h | |
parent | 9041884990018a761f55ec19cfbd572ba5ecde42 (diff) |
QuickReplies:
x64 compilation fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@297 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'QuickReplies/common.h')
-rw-r--r-- | QuickReplies/common.h | 11 |
1 files changed, 5 insertions, 6 deletions
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 <windows.h>
#include <vector>
@@ -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 |