summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-08-19 14:32:17 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-08-19 14:32:17 +0000
commitdc9bcdf426102a9a8c00ce5ad5d33551b27d608c (patch)
treef3b27d3aa5b858a78b3c16c736ae617d272bb111 /plugins
parent2add7f803e0367830884c0d4a305b842ac9f05fd (diff)
own MIRANDA_VER removed from plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@5747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/BasicHistory/src/stdafx.h2
-rw-r--r--plugins/Boltun/src/actionQueue.cpp1
-rw-r--r--plugins/ChangeKeyboardLayout/src/commonheaders.h2
-rw-r--r--plugins/CryptoPP/src/commonheaders.h2
-rw-r--r--plugins/LotusNotify/src/stdafx.h1
-rw-r--r--plugins/MirFox/src/common.h6
-rw-r--r--plugins/StatusPlugins/commonstatus.h2
-rw-r--r--plugins/Utils/mir_smileys.cpp2
-rw-r--r--plugins/helpers/commonheaders.h1
9 files changed, 0 insertions, 19 deletions
diff --git a/plugins/BasicHistory/src/stdafx.h b/plugins/BasicHistory/src/stdafx.h
index 42b5f19ac9..63e485d06a 100644
--- a/plugins/BasicHistory/src/stdafx.h
+++ b/plugins/BasicHistory/src/stdafx.h
@@ -32,8 +32,6 @@
#include <fstream>
#include <functional>
-#define MIRANDA_VER 0x0A00
-
#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_system.h>
diff --git a/plugins/Boltun/src/actionQueue.cpp b/plugins/Boltun/src/actionQueue.cpp
index 7a8f5be790..014e8919ba 100644
--- a/plugins/Boltun/src/actionQueue.cpp
+++ b/plugins/Boltun/src/actionQueue.cpp
@@ -20,7 +20,6 @@
#include "boltun.h"
-#define MIRANDA_VER 0x0A00
#include "newpluginapi.h"
#include "m_database.h"
#include "m_system.h"
diff --git a/plugins/ChangeKeyboardLayout/src/commonheaders.h b/plugins/ChangeKeyboardLayout/src/commonheaders.h
index 03d5f6cf7d..9a498b6e58 100644
--- a/plugins/ChangeKeyboardLayout/src/commonheaders.h
+++ b/plugins/ChangeKeyboardLayout/src/commonheaders.h
@@ -3,8 +3,6 @@
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_NONSTDC_NO_DEPRECATE
-#define MIRANDA_VER 0x0A00
-
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h
index 863a839cc9..e22be72091 100644
--- a/plugins/CryptoPP/src/commonheaders.h
+++ b/plugins/CryptoPP/src/commonheaders.h
@@ -24,8 +24,6 @@
#include <limits>
-#define MIRANDA_VER 0x0A00
-
#include <windows.h>
#include <wincrypt.h>
#include <winsock2.h>
diff --git a/plugins/LotusNotify/src/stdafx.h b/plugins/LotusNotify/src/stdafx.h
index b083c6c7c1..f05394b3e0 100644
--- a/plugins/LotusNotify/src/stdafx.h
+++ b/plugins/LotusNotify/src/stdafx.h
@@ -10,7 +10,6 @@
// Miranda headers
-#define MIRANDA_VER 0x0A00
//LotusNotify.h
#include <m_core.h>
#include <win2k.h>
diff --git a/plugins/MirFox/src/common.h b/plugins/MirFox/src/common.h
index d0a0c2ff5a..d593657452 100644
--- a/plugins/MirFox/src/common.h
+++ b/plugins/MirFox/src/common.h
@@ -4,12 +4,6 @@
#pragma comment(lib, "comctl32.lib")
#include <commctrl.h>
-
-
-#define MIRANDA_VER 0x0A00
-
-
-
//Miranda headers
#include <win2k.h>
#include <newpluginapi.h>
diff --git a/plugins/StatusPlugins/commonstatus.h b/plugins/StatusPlugins/commonstatus.h
index 64619f11bd..9cd3eeb508 100644
--- a/plugins/StatusPlugins/commonstatus.h
+++ b/plugins/StatusPlugins/commonstatus.h
@@ -21,8 +21,6 @@
#ifndef COMMONSTATUSHEADER
#define COMMONSTATUSHEADER
-#define MIRANDA_VER 0x0A00
-
#define _CRT_SECURE_NO_WARNINGS
#define _WIN32_WINNT 0x0501
diff --git a/plugins/Utils/mir_smileys.cpp b/plugins/Utils/mir_smileys.cpp
index f8db3fbbd9..9eedd165fb 100644
--- a/plugins/Utils/mir_smileys.cpp
+++ b/plugins/Utils/mir_smileys.cpp
@@ -17,8 +17,6 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
-
-#define MIRANDA_VER 0x0A00
#include "mir_smileys.h"
#include "mir_memory.h"
#include "utf8_helpers.h"
diff --git a/plugins/helpers/commonheaders.h b/plugins/helpers/commonheaders.h
index 42cd85779a..6b97036862 100644
--- a/plugins/helpers/commonheaders.h
+++ b/plugins/helpers/commonheaders.h
@@ -26,7 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#define _CRT_SECURE_NO_WARNINGS
-#define MIRANDA_VER 0x0A00
#include <tchar.h>
#include <malloc.h>