diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-08 16:34:36 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-08 16:34:36 +0000 |
commit | 503f8c2abd447c01f9e9cf6a02cc355ce8d32d55 (patch) | |
tree | 90e66163e8318a093c87f789b421c5e1fdb39965 /plugins/PasteIt/stdafx.h | |
parent | ec96ee12d3bbd9f0e74e85b22d24058a6ba6b2cf (diff) |
PasteIt:
adopted
git-svn-id: http://svn.miranda-ng.org/main/trunk@854 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PasteIt/stdafx.h')
-rw-r--r-- | plugins/PasteIt/stdafx.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/PasteIt/stdafx.h b/plugins/PasteIt/stdafx.h index 0089cbb943..2be1eff36d 100644 --- a/plugins/PasteIt/stdafx.h +++ b/plugins/PasteIt/stdafx.h @@ -21,8 +21,7 @@ #include <map>
#include <list>
-#define MIRANDA_VER 0x0700
-#define MIRANDA_CUSTOM_LP
+#define MIRANDA_VER 0x0A00
#include <newpluginapi.h>
#include <m_clist.h>
@@ -40,5 +39,4 @@ #include <m_chat.h>
#include <m_protoint.h>
-#include "sdk/m_msg_buttonsbar.h"
-#include "sdk/m_updater.h"
+#include "m_msg_buttonsbar.h"
|