summaryrefslogtreecommitdiff
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
parent2add7f803e0367830884c0d4a305b842ac9f05fd (diff)
own MIRANDA_VER removed from plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@5747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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
-rw-r--r--protocols/GTalkExt/src/targetver.h2
-rw-r--r--protocols/Gadu-Gadu/src/gg.h2
-rw-r--r--protocols/IRCG/src/irc.h1
-rw-r--r--protocols/IcqOscarJ/src/icqoscar.h2
-rw-r--r--protocols/JabberG/src/jabber.h2
-rw-r--r--protocols/MRA/src/Mra.h2
-rw-r--r--protocols/MSN/src/msn_global.h3
-rw-r--r--protocols/Omegle/src/common.h1
-rw-r--r--protocols/Tlen/src/tlen.h2
-rw-r--r--protocols/WhatsApp/src/common.h1
19 files changed, 0 insertions, 37 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>
diff --git a/protocols/GTalkExt/src/targetver.h b/protocols/GTalkExt/src/targetver.h
index feb11bf4f2..9446e301c8 100644
--- a/protocols/GTalkExt/src/targetver.h
+++ b/protocols/GTalkExt/src/targetver.h
@@ -43,5 +43,3 @@
#ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 7.0.
#define _WIN32_IE 0x0700 // Change this to the appropriate value to target other versions of IE.
#endif
-
-#define MIRANDA_VER 0x0A00
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h
index 4114ea917c..0fb853d5d5 100644
--- a/protocols/Gadu-Gadu/src/gg.h
+++ b/protocols/Gadu-Gadu/src/gg.h
@@ -22,8 +22,6 @@
#ifndef GG_H
#define GG_H
-#define MIRANDA_VER 0x0A00
-
#if defined(__DEBUG__) || defined(_DEBUG) || defined(DEBUG)
#define DEBUGMODE // Debug Mode
#endif
diff --git a/protocols/IRCG/src/irc.h b/protocols/IRCG/src/irc.h
index d347f213f9..a55661e0a4 100644
--- a/protocols/IRCG/src/irc.h
+++ b/protocols/IRCG/src/irc.h
@@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef _IRCWIN_H_
#define _IRCWIN_H_
-#define MIRANDA_VER 0x0A00
#define _WIN32_WINNT 0x0501
#define _WIN32_IE 0x0501
diff --git a/protocols/IcqOscarJ/src/icqoscar.h b/protocols/IcqOscarJ/src/icqoscar.h
index 3699ed2d0d..a28f63aac0 100644
--- a/protocols/IcqOscarJ/src/icqoscar.h
+++ b/protocols/IcqOscarJ/src/icqoscar.h
@@ -27,8 +27,6 @@
// Includes all header files that should be precompiled to speed up compilation.
//
// -----------------------------------------------------------------------------
-#define MIRANDA_VER 0x0A00
-
#define _WIN32_WINNT 0x0501
#define _WIN32_IE 0x0501
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h
index 6303e824b2..8df897d73d 100644
--- a/protocols/JabberG/src/jabber.h
+++ b/protocols/JabberG/src/jabber.h
@@ -29,8 +29,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#pragma warning(disable:4706 4121 4127)
#endif
-#define MIRANDA_VER 0x0A00
-
#define LISTFOREACH(var__, obj__, list__) \
for (int var__ = 0; (var__ = obj__->ListFindNext(list__, var__)) >= 0; ++var__)
#define LISTFOREACH_NODEF(var__, obj__, list__) \
diff --git a/protocols/MRA/src/Mra.h b/protocols/MRA/src/Mra.h
index 4cd92193bf..f2813b4470 100644
--- a/protocols/MRA/src/Mra.h
+++ b/protocols/MRA/src/Mra.h
@@ -31,8 +31,6 @@
#include "../../plugins/zlib/src/zlib.h"
-#define MIRANDA_VER 0x0A00
-
#include <newpluginapi.h>
#include <m_system.h>
#include <m_system_cpp.h>
diff --git a/protocols/MSN/src/msn_global.h b/protocols/MSN/src/msn_global.h
index ea44ab8228..a02a54645a 100644
--- a/protocols/MSN/src/msn_global.h
+++ b/protocols/MSN/src/msn_global.h
@@ -20,9 +20,6 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-// this plugin is for Miranda 0.9 or later
-#define MIRANDA_VER 0x0A00
-
#include <windows.h>
#include <commctrl.h>
diff --git a/protocols/Omegle/src/common.h b/protocols/Omegle/src/common.h
index 3fdc0ab188..ac446b59c9 100644
--- a/protocols/Omegle/src/common.h
+++ b/protocols/Omegle/src/common.h
@@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma warning(disable:4996)
-#define MIRANDA_VER 0x0A00
#define _WIN32_WINNT 0x0500
#define _WIN32_WINDOWS 0x0500
diff --git a/protocols/Tlen/src/tlen.h b/protocols/Tlen/src/tlen.h
index 0b7520b1af..e271a3d915 100644
--- a/protocols/Tlen/src/tlen.h
+++ b/protocols/Tlen/src/tlen.h
@@ -24,8 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef _TLEN_H_
#define _TLEN_H_
-#define MIRANDA_VER 0x0A00
-
#undef _WIN32_WINNT
#undef _WIN32_IE
#define _WIN32_WINNT 0x0501
diff --git a/protocols/WhatsApp/src/common.h b/protocols/WhatsApp/src/common.h
index 841eecd062..0b65ba4f9f 100644
--- a/protocols/WhatsApp/src/common.h
+++ b/protocols/WhatsApp/src/common.h
@@ -12,7 +12,6 @@ Copyright © 2013 Uli Hecht
#pragma warning(disable:4996)
#pragma warning(disable:4290)
-#define MIRANDA_VER 0x090E
#define _WIN32_WINNT 0x0500
#define _WIN32_WINDOWS 0x0500