summaryrefslogtreecommitdiff
path: root/QuickReplies/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'QuickReplies/common.h')
-rw-r--r--QuickReplies/common.h11
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