diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-19 14:32:17 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-19 14:32:17 +0000 |
commit | dc9bcdf426102a9a8c00ce5ad5d33551b27d608c (patch) | |
tree | f3b27d3aa5b858a78b3c16c736ae617d272bb111 /protocols | |
parent | 2add7f803e0367830884c0d4a305b842ac9f05fd (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 'protocols')
-rw-r--r-- | protocols/GTalkExt/src/targetver.h | 2 | ||||
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 2 | ||||
-rw-r--r-- | protocols/IRCG/src/irc.h | 1 | ||||
-rw-r--r-- | protocols/IcqOscarJ/src/icqoscar.h | 2 | ||||
-rw-r--r-- | protocols/JabberG/src/jabber.h | 2 | ||||
-rw-r--r-- | protocols/MRA/src/Mra.h | 2 | ||||
-rw-r--r-- | protocols/MSN/src/msn_global.h | 3 | ||||
-rw-r--r-- | protocols/Omegle/src/common.h | 1 | ||||
-rw-r--r-- | protocols/Tlen/src/tlen.h | 2 | ||||
-rw-r--r-- | protocols/WhatsApp/src/common.h | 1 |
10 files changed, 0 insertions, 18 deletions
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
|