From 0ade2615265006e4ab8f701425f66c0e7653aabb Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 18 May 2012 17:40:55 +0000 Subject: updated MIRANDA_VER git-svn-id: http://svn.miranda-ng.org/main/trunk@49 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_system.h | 2 +- plugins/AuthState/commonheaders.h | 3 +-- plugins/Bass_interface/Bass_interface.h | 3 +-- plugins/Boltun/actionQueue.cpp | 2 +- plugins/Boltun/boltun.cpp | 2 +- plugins/Bonsai/FixOptions/commonheaders.h | 2 +- plugins/BossKeyPlus/BossKey.h | 3 +-- plugins/CSList/cslist.h | 2 +- plugins/Console/commonheaders.h | 2 +- plugins/ContactsPlus/contacts.h | 2 +- plugins/CountryFlags/flags.h | 2 +- plugins/CryptoPP/commonheaders.h | 2 +- plugins/Dbx_mmap_SA/Db_autobackups/headers.h | 3 +-- plugins/Dbx_mmap_SA/Import_SA/import.h | 3 +-- plugins/Dbx_mmap_SA/commonheaders.h | 3 +-- plugins/Dbx_tree/Interface.h | 2 +- plugins/FavContacts/src/headers.h | 2 +- plugins/FingerPrintModPlus/src/global.h | 1 - plugins/FlashAvatars/cflash.cpp | 2 +- plugins/FloatingContacts/stdhdr.h | 2 +- plugins/HistorySweeperLight/historysweeperlight.h | 2 +- plugins/IgnoreState/commonheaders.h | 3 +-- plugins/MenuItemEx/menuex.h | 2 +- plugins/PackUpdater/Src/Common.h | 3 +-- plugins/QuickMessages/quickmessages.h | 2 +- plugins/QuickReplies/common.h | 3 +-- plugins/SecureIM/commonheaders.h | 3 +-- plugins/SeenPlugin/seen.h | 3 +-- plugins/Sessions/Src/Sessions.h | 3 +-- plugins/SimpleAR/Src/Common.h | 3 +-- plugins/SplashScreen/src/headers.h | 3 +-- plugins/StatusPlugins/commonstatus.h | 3 +-- plugins/StopSpamPlus/headers.h | 3 +-- plugins/Svc_dbepp/headers.h | 3 +-- plugins/TipperYM/common.h | 2 +- plugins/TranslitSwitcher/Src/TranslitSwitcher.h | 3 +-- plugins/UserInfoEx/commonheaders.h | 2 +- plugins/UserInfoEx/mir_contactqueue.h | 2 +- plugins/WhenWasIt/WhenWasIt/commonheaders.h | 3 +-- plugins/chat/chat.h | 2 +- plugins/clist/commonheaders.h | 2 +- plugins/db3x/commonheaders.h | 2 +- plugins/db3x_mmap/commonheaders.h | 2 +- plugins/dbrw/dbrw.h | 2 +- plugins/extraicons/commons.h | 3 +-- plugins/folders/folders/commonheaders.h | 2 -- plugins/import/import.h | 2 +- plugins/metacontacts/metacontacts.h | 2 +- plugins/modernopt/commonheaders.h | 2 +- plugins/smileyadd/general.h | 3 +-- plugins/srmm/commonheaders.h | 2 +- plugins/tabsrmm/src/commonheaders.h | 2 +- plugins/updater/common.h | 2 +- plugins/utils/ContactAsyncQueue.h | 2 +- plugins/utils/mir_options.cpp | 2 +- plugins/utils/mir_smileys.cpp | 2 +- plugins/variables/variables.h | 3 +-- plugins/w7ui/headers.h | 2 +- plugins/yapp/common.h | 2 +- protocols/FacebookRM/common.h | 2 +- protocols/GTalkExt/targetver.h | 2 +- protocols/MRA/Mra.h | 3 +-- src/core/commonheaders.h | 2 +- 63 files changed, 61 insertions(+), 87 deletions(-) diff --git a/include/m_system.h b/include/m_system.h index 25b04ffd87..e19ab3b3ed 100644 --- a/include/m_system.h +++ b/include/m_system.h @@ -34,7 +34,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // set the default compatibility lever for Miranda 0.4.x #ifndef MIRANDA_VER - #define MIRANDA_VER 0x0400 + #define MIRANDA_VER 0x0A00 #endif #ifndef _MSC_VER diff --git a/plugins/AuthState/commonheaders.h b/plugins/AuthState/commonheaders.h index 746ff48828..beead07b56 100644 --- a/plugins/AuthState/commonheaders.h +++ b/plugins/AuthState/commonheaders.h @@ -26,8 +26,7 @@ #ifndef COMMHEADERS_H #define COMMHEADERS_H -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #include #include // needed by m_utils.h diff --git a/plugins/Bass_interface/Bass_interface.h b/plugins/Bass_interface/Bass_interface.h index ddbf636d0a..e42e85127b 100644 --- a/plugins/Bass_interface/Bass_interface.h +++ b/plugins/Bass_interface/Bass_interface.h @@ -5,8 +5,7 @@ Copyright (C) 2010, 2011 tico-tico #ifndef __BASS_INTERFACE_H__ #define __BASS_INTERFACE_H__ -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #include #include diff --git a/plugins/Boltun/actionQueue.cpp b/plugins/Boltun/actionQueue.cpp index 7040778c85..7b86af5a91 100644 --- a/plugins/Boltun/actionQueue.cpp +++ b/plugins/Boltun/actionQueue.cpp @@ -32,7 +32,7 @@ #include #endif -#define MIRANDA_VER 0x0700 +#define MIRANDA_VER 0x0A00 #include "newpluginapi.h" #include "m_database.h" #include "m_system.h" diff --git a/plugins/Boltun/boltun.cpp b/plugins/Boltun/boltun.cpp index e0f85661b0..e59d01909e 100644 --- a/plugins/Boltun/boltun.cpp +++ b/plugins/Boltun/boltun.cpp @@ -18,7 +18,7 @@ // //*********************************************************** -#define MIRANDA_VER 0x0700 +#define MIRANDA_VER 0x0A00 #include "Engine/TalkEngine.h" diff --git a/plugins/Bonsai/FixOptions/commonheaders.h b/plugins/Bonsai/FixOptions/commonheaders.h index ab11dcaf2f..0bc013dcdf 100644 --- a/plugins/Bonsai/FixOptions/commonheaders.h +++ b/plugins/Bonsai/FixOptions/commonheaders.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_BONSAI_COMMONHEADERS_H #define M_BONSAI_COMMONHEADERS_H -#define MIRANDA_VER 0x0600 +#define MIRANDA_VER 0x0A00 #include #include diff --git a/plugins/BossKeyPlus/BossKey.h b/plugins/BossKeyPlus/BossKey.h index f187b37915..f79e68a445 100644 --- a/plugins/BossKeyPlus/BossKey.h +++ b/plugins/BossKeyPlus/BossKey.h @@ -25,8 +25,7 @@ #define WINVER 0x0700 #define _WIN32_WINNT 0x0700 #define _WIN32_IE 0x0601 -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #define BOSSKEY_LISTEN_INFO _T("MY6BossKey_Param") diff --git a/plugins/CSList/cslist.h b/plugins/CSList/cslist.h index 440981fc74..16c922db53 100644 --- a/plugins/CSList/cslist.h +++ b/plugins/CSList/cslist.h @@ -53,7 +53,7 @@ #define _WIN32_IE 0x400 #define LVIF_GROUPID 0 #endif -#define MIRANDA_VER 0x0900 +#define MIRANDA_VER 0x0A00 #pragma warning( disable: 4996 ) #pragma comment( lib, "comctl32.lib" ) diff --git a/plugins/Console/commonheaders.h b/plugins/Console/commonheaders.h index 05a5d964fe..c1add15988 100644 --- a/plugins/Console/commonheaders.h +++ b/plugins/Console/commonheaders.h @@ -38,7 +38,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#define MIRANDA_VER 0x0800 +#define MIRANDA_VER 0x0A00 #include #include diff --git a/plugins/ContactsPlus/contacts.h b/plugins/ContactsPlus/contacts.h index 73123a4c62..c433046d52 100644 --- a/plugins/ContactsPlus/contacts.h +++ b/plugins/ContactsPlus/contacts.h @@ -36,7 +36,7 @@ #include //!!this is fake - this plugin maintains backward compatibility internally -#define MIRANDA_VER 0x800 +#define MIRANDA_VER 0x0A00 #include "newpluginapi.h" #include "m_system.h" diff --git a/plugins/CountryFlags/flags.h b/plugins/CountryFlags/flags.h index cd7837e3d4..98a28b88f4 100644 --- a/plugins/CountryFlags/flags.h +++ b/plugins/CountryFlags/flags.h @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include /* for ImageList functions */ #define NOWIN2K #include -#define MIRANDA_VER 0x0700 +#define MIRANDA_VER 0x0A00 #include #include #include diff --git a/plugins/CryptoPP/commonheaders.h b/plugins/CryptoPP/commonheaders.h index c0d69540e9..78cf361487 100644 --- a/plugins/CryptoPP/commonheaders.h +++ b/plugins/CryptoPP/commonheaders.h @@ -27,7 +27,7 @@ #define _WIN32_IE 0x0501 #endif -#define MIRANDA_VER 0x0700 +#define MIRANDA_VER 0x0A00 #include #if _MSC_VER > 1000 diff --git a/plugins/Dbx_mmap_SA/Db_autobackups/headers.h b/plugins/Dbx_mmap_SA/Db_autobackups/headers.h index 5b79b896fd..f90360c533 100644 --- a/plugins/Dbx_mmap_SA/Db_autobackups/headers.h +++ b/plugins/Dbx_mmap_SA/Db_autobackups/headers.h @@ -2,8 +2,7 @@ #define _HEADERS_H #define _CRT_SECURE_NO_DEPRECATE -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #include #include diff --git a/plugins/Dbx_mmap_SA/Import_SA/import.h b/plugins/Dbx_mmap_SA/Import_SA/import.h index 8ac41c66c9..2694959828 100644 --- a/plugins/Dbx_mmap_SA/Import_SA/import.h +++ b/plugins/Dbx_mmap_SA/Import_SA/import.h @@ -23,8 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //#define _LOGGING 1 -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #define WINVER 0x0501 #define _WIN32_WINNT 0x0501 diff --git a/plugins/Dbx_mmap_SA/commonheaders.h b/plugins/Dbx_mmap_SA/commonheaders.h index defc7543ec..9c893310fc 100644 --- a/plugins/Dbx_mmap_SA/commonheaders.h +++ b/plugins/Dbx_mmap_SA/commonheaders.h @@ -21,8 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define MIRANDA_VER 0x0700 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #define _WIN32_WINNT 0x0501 #include "m_stdhdr.h" diff --git a/plugins/Dbx_tree/Interface.h b/plugins/Dbx_tree/Interface.h index 54df3e8c1c..9caa87cd74 100644 --- a/plugins/Dbx_tree/Interface.h +++ b/plugins/Dbx_tree/Interface.h @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef INTERFACE_VERSION_ONLY -#define MIRANDA_VER 0x0800 +#define MIRANDA_VER 0x0A00 #include #include "newpluginapi.h" #include "m_plugins.h" diff --git a/plugins/FavContacts/src/headers.h b/plugins/FavContacts/src/headers.h index 8863317199..677decedcb 100644 --- a/plugins/FavContacts/src/headers.h +++ b/plugins/FavContacts/src/headers.h @@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#define MIRANDA_VER 0x800 +#define MIRANDA_VER 0x0A00 #include #include #include diff --git a/plugins/FingerPrintModPlus/src/global.h b/plugins/FingerPrintModPlus/src/global.h index 59da0a8511..16a491349d 100644 --- a/plugins/FingerPrintModPlus/src/global.h +++ b/plugins/FingerPrintModPlus/src/global.h @@ -18,7 +18,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define MIRANDA_CUSTOM_LP // Modify the following defines if you have to target a platform prior to the ones specified below. // Refer to MSDN for the latest info on corresponding values for different platforms. #ifndef WINVER // Allow use of features specific to Windows XP or later. diff --git a/plugins/FlashAvatars/cflash.cpp b/plugins/FlashAvatars/cflash.cpp index 2fe61dd136..890407e1e3 100644 --- a/plugins/FlashAvatars/cflash.cpp +++ b/plugins/FlashAvatars/cflash.cpp @@ -1,6 +1,6 @@ #include "stdafx.h" -#define MIRANDA_VER 0x0700 +#define MIRANDA_VER 0x0A00 #include "m_stdhdr.h" #include "win2k.h" diff --git a/plugins/FloatingContacts/stdhdr.h b/plugins/FloatingContacts/stdhdr.h index 95e5c6cca7..03b671515f 100644 --- a/plugins/FloatingContacts/stdhdr.h +++ b/plugins/FloatingContacts/stdhdr.h @@ -27,7 +27,7 @@ #pragma warning ( disable : 4201 ) //nonstandard extension used : nameless struct/union #include -#define MIRANDA_VER 0x600 +#define MIRANDA_VER 0x0A00 #include #include diff --git a/plugins/HistorySweeperLight/historysweeperlight.h b/plugins/HistorySweeperLight/historysweeperlight.h index db86672ff5..1943d9b07e 100644 --- a/plugins/HistorySweeperLight/historysweeperlight.h +++ b/plugins/HistorySweeperLight/historysweeperlight.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef __HISTORYSWEEPERLIGHT_H__ #define __HISTORYSWEEPERLIGHT_H__ -#define MIRANDA_VER 0x0800 +#define MIRANDA_VER 0x0A00 #define _USE_32BIT_TIME_T diff --git a/plugins/IgnoreState/commonheaders.h b/plugins/IgnoreState/commonheaders.h index e76a54ad55..315c043a03 100644 --- a/plugins/IgnoreState/commonheaders.h +++ b/plugins/IgnoreState/commonheaders.h @@ -21,8 +21,7 @@ #ifndef COMMHEADERS_H #define COMMHEADERS_H -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 //#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #define _WIN32_WINNT 0x0501 diff --git a/plugins/MenuItemEx/menuex.h b/plugins/MenuItemEx/menuex.h index c9f8ddda40..db5cdfc428 100644 --- a/plugins/MenuItemEx/menuex.h +++ b/plugins/MenuItemEx/menuex.h @@ -2,7 +2,7 @@ #define MENUEX_H__ #define _CRT_SECURE_NO_DEPRECATE -#define MIRANDA_VER 0x0700 +#define MIRANDA_VER 0x0A00 #include "m_stdhdr.h" #include diff --git a/plugins/PackUpdater/Src/Common.h b/plugins/PackUpdater/Src/Common.h index 49cf294984..93771cd138 100644 --- a/plugins/PackUpdater/Src/Common.h +++ b/plugins/PackUpdater/Src/Common.h @@ -17,8 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 // Windows Header Files: #include diff --git a/plugins/QuickMessages/quickmessages.h b/plugins/QuickMessages/quickmessages.h index 515b96eb09..4931697b2b 100644 --- a/plugins/QuickMessages/quickmessages.h +++ b/plugins/QuickMessages/quickmessages.h @@ -26,7 +26,7 @@ along with this program. If not, see . #include #include -#define MIRANDA_VER 0x0600 +#define MIRANDA_VER 0x0A00 #include "m_plugins.h" #include "newpluginapi.h" #include "m_utils.h" diff --git a/plugins/QuickReplies/common.h b/plugins/QuickReplies/common.h index d21be3466f..688bf21f03 100644 --- a/plugins/QuickReplies/common.h +++ b/plugins/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 #include diff --git a/plugins/SecureIM/commonheaders.h b/plugins/SecureIM/commonheaders.h index f38375619b..28d2c19354 100644 --- a/plugins/SecureIM/commonheaders.h +++ b/plugins/SecureIM/commonheaders.h @@ -42,8 +42,7 @@ #ifndef M_SIM_COMMONHEADERS_H #define M_SIM_COMMONHEADERS_H -#define MIRANDA_VER 0x0700 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #include // Windows API diff --git a/plugins/SeenPlugin/seen.h b/plugins/SeenPlugin/seen.h index 4e38c29c57..745788d3c1 100644 --- a/plugins/SeenPlugin/seen.h +++ b/plugins/SeenPlugin/seen.h @@ -28,8 +28,7 @@ Last change by : $Author: y_b $ #define ETDT_ENABLE 0x00000002 #define ETDT_USETABTEXTURE 0x00000004 #define ETDT_ENABLETAB (ETDT_ENABLE | ETDT_USETABTEXTURE) -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #include #include diff --git a/plugins/Sessions/Src/Sessions.h b/plugins/Sessions/Src/Sessions.h index e4d5425c07..703fdeb636 100644 --- a/plugins/Sessions/Src/Sessions.h +++ b/plugins/Sessions/Src/Sessions.h @@ -21,8 +21,7 @@ along with this program. If not, see . #define _WIN32_WINNT 0x0501 -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #include #include diff --git a/plugins/SimpleAR/Src/Common.h b/plugins/SimpleAR/Src/Common.h index 8a64cc3098..085786d869 100644 --- a/plugins/SimpleAR/Src/Common.h +++ b/plugins/SimpleAR/Src/Common.h @@ -1,5 +1,4 @@ -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 // Windows Header Files #include diff --git a/plugins/SplashScreen/src/headers.h b/plugins/SplashScreen/src/headers.h index 78e87d40d4..f5f27d970a 100644 --- a/plugins/SplashScreen/src/headers.h +++ b/plugins/SplashScreen/src/headers.h @@ -25,8 +25,7 @@ #ifndef HEADERS_H #define HEADERS_H -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #define _WIN32_WINNT 0x0500 #define WINVER 0x0400 diff --git a/plugins/StatusPlugins/commonstatus.h b/plugins/StatusPlugins/commonstatus.h index 48bccaad70..a0a46c2476 100644 --- a/plugins/StatusPlugins/commonstatus.h +++ b/plugins/StatusPlugins/commonstatus.h @@ -25,8 +25,7 @@ #define _UNICODE #endif -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #define _CRT_SECURE_NO_WARNINGS diff --git a/plugins/StopSpamPlus/headers.h b/plugins/StopSpamPlus/headers.h index cfeb7acb00..2adfa0cdf0 100644 --- a/plugins/StopSpamPlus/headers.h +++ b/plugins/StopSpamPlus/headers.h @@ -7,8 +7,7 @@ // disable warnings about underscore in stdc functions #pragma warning(disable: 4996) -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #include #include diff --git a/plugins/Svc_dbepp/headers.h b/plugins/Svc_dbepp/headers.h index 838d09c165..4fdb328c58 100644 --- a/plugins/Svc_dbepp/headers.h +++ b/plugins/Svc_dbepp/headers.h @@ -5,8 +5,7 @@ //===================================================== #define _WIN32_WINNT 0x0501 -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #if defined( UNICODE ) && !defined( _UNICODE ) #define _UNICODE diff --git a/plugins/TipperYM/common.h b/plugins/TipperYM/common.h index 11842dc9d4..930fe28d3c 100644 --- a/plugins/TipperYM/common.h +++ b/plugins/TipperYM/common.h @@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE. #endif -#define MIRANDA_VER 0x0800 +#define MIRANDA_VER 0x0A00 #include diff --git a/plugins/TranslitSwitcher/Src/TranslitSwitcher.h b/plugins/TranslitSwitcher/Src/TranslitSwitcher.h index cc720c19eb..540a0cd1bd 100644 --- a/plugins/TranslitSwitcher/Src/TranslitSwitcher.h +++ b/plugins/TranslitSwitcher/Src/TranslitSwitcher.h @@ -17,8 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #ifndef __TRANSLITSWIITCHER_H__ #define __TRANSLITSWIITCHER_H__ diff --git a/plugins/UserInfoEx/commonheaders.h b/plugins/UserInfoEx/commonheaders.h index 22551f6013..de1ac528f8 100644 --- a/plugins/UserInfoEx/commonheaders.h +++ b/plugins/UserInfoEx/commonheaders.h @@ -69,7 +69,7 @@ typedef std::basic_string tstring; * Miranda IM SDK includes and macros ***********************************************************************************************************/ -#define MIRANDA_VER 0x0800 +#define MIRANDA_VER 0x0A00 #include // This must be included first #include diff --git a/plugins/UserInfoEx/mir_contactqueue.h b/plugins/UserInfoEx/mir_contactqueue.h index f211e23ec9..b8f77530b7 100644 --- a/plugins/UserInfoEx/mir_contactqueue.h +++ b/plugins/UserInfoEx/mir_contactqueue.h @@ -32,7 +32,7 @@ Last change by : $Author: ing.u.horn $ #define __CONTACTASYNCQUEUE_H__ #ifndef MIRANDA_VER -#define MIRANDA_VER 0x0800 +#define MIRANDA_VER 0x0A00 #endif #include diff --git a/plugins/WhenWasIt/WhenWasIt/commonheaders.h b/plugins/WhenWasIt/WhenWasIt/commonheaders.h index 22ef6453c3..c3e9cc1734 100644 --- a/plugins/WhenWasIt/WhenWasIt/commonheaders.h +++ b/plugins/WhenWasIt/WhenWasIt/commonheaders.h @@ -21,8 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_WWI_COMMONHEADERS_H #define M_WWI_COMMONHEADERS_H -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #include #include diff --git a/plugins/chat/chat.h b/plugins/chat/chat.h index d483669ed7..c9dd89463b 100644 --- a/plugins/chat/chat.h +++ b/plugins/chat/chat.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef _CHAT_H_ #define _CHAT_H_ -#define MIRANDA_VER 0x1000 +#define MIRANDA_VER 0x0A00 //#pragma warning( disable : 4786 ) // limitation in MSVC's debugger. //#pragma warning( disable : 4996 ) // limitation in MSVC's debugger. diff --git a/plugins/clist/commonheaders.h b/plugins/clist/commonheaders.h index f58e4b6a5d..c9a676d3c6 100644 --- a/plugins/clist/commonheaders.h +++ b/plugins/clist/commonheaders.h @@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define MIRANDA_VER 0x1000 +#define MIRANDA_VER 0x0A00 #define _WIN32_WINNT 0x0600 #define _WIN32_IE 0x0501 diff --git a/plugins/db3x/commonheaders.h b/plugins/db3x/commonheaders.h index 0a4fef4bc8..cd82b02679 100644 --- a/plugins/db3x/commonheaders.h +++ b/plugins/db3x/commonheaders.h @@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define MIRANDA_VER 0x1000 +#define MIRANDA_VER 0x0A00 #define _WIN32_WINNT 0x0501 diff --git a/plugins/db3x_mmap/commonheaders.h b/plugins/db3x_mmap/commonheaders.h index ad24037825..726e69bf1f 100644 --- a/plugins/db3x_mmap/commonheaders.h +++ b/plugins/db3x_mmap/commonheaders.h @@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define MIRANDA_VER 0x1000 +#define MIRANDA_VER 0x0A00 #define _WIN32_WINNT 0x0501 diff --git a/plugins/dbrw/dbrw.h b/plugins/dbrw/dbrw.h index d73cdc92a5..bde1f175c2 100644 --- a/plugins/dbrw/dbrw.h +++ b/plugins/dbrw/dbrw.h @@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define DBRW_EVENTS_FLUSHCACHE 1000*60 #define DBRW_COMPACT_DAYS 7 -#define MIRANDA_VER 0x0800 +#define MIRANDA_VER 0x0A00 #include diff --git a/plugins/extraicons/commons.h b/plugins/extraicons/commons.h index b757122849..296d7ae04e 100644 --- a/plugins/extraicons/commons.h +++ b/plugins/extraicons/commons.h @@ -40,8 +40,7 @@ using namespace std; // Miranda headers -#define MIRANDA_VER 0x0800 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #include #include diff --git a/plugins/folders/folders/commonheaders.h b/plugins/folders/folders/commonheaders.h index 2d21c0f0a0..3cab4024b1 100644 --- a/plugins/folders/folders/commonheaders.h +++ b/plugins/folders/folders/commonheaders.h @@ -21,8 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_FOLDERS_COMMONHEADERS_H #define M_FOLDERS_COMMONHEADERS_H -#define MIRANDA_CUSTOM_LP - #define MAX_FOLDER_SIZE 2048 #include diff --git a/plugins/import/import.h b/plugins/import/import.h index 50e539b492..78e2715fe0 100644 --- a/plugins/import/import.h +++ b/plugins/import/import.h @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //#define _LOGGING 1 -#define MIRANDA_VER 0x1000 +#define MIRANDA_VER 0x0A00 #define WINVER 0x0501 #define _WIN32_WINNT 0x0501 diff --git a/plugins/metacontacts/metacontacts.h b/plugins/metacontacts/metacontacts.h index 648fc7163c..790fb9a6a4 100644 --- a/plugins/metacontacts/metacontacts.h +++ b/plugins/metacontacts/metacontacts.h @@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _WIN32_WINNT 0x0400 #define _WIN32_IE 0x0300 -#define MIRANDA_VER 0x0800 +#define MIRANDA_VER 0x0A00 #include diff --git a/plugins/modernopt/commonheaders.h b/plugins/modernopt/commonheaders.h index fed65f969f..d2d5ed8b86 100644 --- a/plugins/modernopt/commonheaders.h +++ b/plugins/modernopt/commonheaders.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // to enable all 0.8.0 core functions -#define MIRANDA_VER 0x800 +#define MIRANDA_VER 0x0A00 #define WINVER 0x0501 #define _WIN32_WINNT 0x0501 diff --git a/plugins/smileyadd/general.h b/plugins/smileyadd/general.h index dfcc0511d2..eedd1e1489 100644 --- a/plugins/smileyadd/general.h +++ b/plugins/smileyadd/general.h @@ -79,9 +79,8 @@ typedef Matcher _TMatcher; #pragma warning( push ) #pragma warning( disable : 4100 ) -#define MIRANDA_VER 0x0600 +#define MIRANDA_VER 0x0A00 #define NETLIB_NOLOGGING -#define MIRANDA_CUSTOM_LP #include #include diff --git a/plugins/srmm/commonheaders.h b/plugins/srmm/commonheaders.h index 935c2835c3..fec878afd7 100644 --- a/plugins/srmm/commonheaders.h +++ b/plugins/srmm/commonheaders.h @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define MIRANDA_VER 0x1000 +#define MIRANDA_VER 0x0A00 #define _WIN32_WINNT 0x0501 #define _WIN32_IE 0x0501 diff --git a/plugins/tabsrmm/src/commonheaders.h b/plugins/tabsrmm/src/commonheaders.h index f1be6661b2..7b40ad1117 100644 --- a/plugins/tabsrmm/src/commonheaders.h +++ b/plugins/tabsrmm/src/commonheaders.h @@ -54,7 +54,7 @@ #define _WIN32_IE 0x0501 #define WIN32_LEAN_AND_MEAN -#define MIRANDA_VER 0x1000 +#define MIRANDA_VER 0x0A00 #include diff --git a/plugins/updater/common.h b/plugins/updater/common.h index de17bd08eb..b1a070f78e 100644 --- a/plugins/updater/common.h +++ b/plugins/updater/common.h @@ -3,7 +3,7 @@ #define _CRT_SECURE_NO_DEPRECATE -#define MIRANDA_VER 0x0800 +#define MIRANDA_VER 0x0A00 #include diff --git a/plugins/utils/ContactAsyncQueue.h b/plugins/utils/ContactAsyncQueue.h index f3297697e0..b38509869d 100644 --- a/plugins/utils/ContactAsyncQueue.h +++ b/plugins/utils/ContactAsyncQueue.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. # define __CONTACTASYNCQUEUE_H__ #ifndef MIRANDA_VER -#define MIRANDA_VER 0x0700 +#define MIRANDA_VER 0x0A00 #endif #include diff --git a/plugins/utils/mir_options.cpp b/plugins/utils/mir_options.cpp index 53c3fa6de2..9b43a256c9 100644 --- a/plugins/utils/mir_options.cpp +++ b/plugins/utils/mir_options.cpp @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. #include #include -#define MIRANDA_VER 0x0600 +#define MIRANDA_VER 0x0A00 #include #include #include diff --git a/plugins/utils/mir_smileys.cpp b/plugins/utils/mir_smileys.cpp index 241b315ff3..59587f4c9c 100644 --- a/plugins/utils/mir_smileys.cpp +++ b/plugins/utils/mir_smileys.cpp @@ -18,7 +18,7 @@ Boston, MA 02111-1307, USA. */ -#define MIRANDA_VER 0x0700 +#define MIRANDA_VER 0x0A00 #include "mir_smileys.h" #include "mir_memory.h" #include "utf8_helpers.h" diff --git a/plugins/variables/variables.h b/plugins/variables/variables.h index 761d2bd5a3..eca0b1acd8 100644 --- a/plugins/variables/variables.h +++ b/plugins/variables/variables.h @@ -20,8 +20,7 @@ # define _UNICODE #endif -#define MIRANDA_VER 0x0800 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #include diff --git a/plugins/w7ui/headers.h b/plugins/w7ui/headers.h index 55a3480dbd..723be59ac7 100644 --- a/plugins/w7ui/headers.h +++ b/plugins/w7ui/headers.h @@ -38,7 +38,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#define MIRANDA_VER 0x800 +#define MIRANDA_VER 0x0A00 #include #include #include diff --git a/plugins/yapp/common.h b/plugins/yapp/common.h index 380527edca..ad45eff2a5 100644 --- a/plugins/yapp/common.h +++ b/plugins/yapp/common.h @@ -35,7 +35,7 @@ #include #include -#define MIRANDA_VER 0x0800 +#define MIRANDA_VER 0x0A00 #include #include diff --git a/protocols/FacebookRM/common.h b/protocols/FacebookRM/common.h index b1f2d2ce90..265c32eb62 100644 --- a/protocols/FacebookRM/common.h +++ b/protocols/FacebookRM/common.h @@ -26,7 +26,7 @@ along with this program. If not, see . //#pragma warning(disable:4312) #pragma warning(disable:4996) -#define MIRANDA_VER 0x1000 +#define MIRANDA_VER 0x0A00 #define _WIN32_WINNT 0x0500 #define _WIN32_WINDOWS 0x0500 diff --git a/protocols/GTalkExt/targetver.h b/protocols/GTalkExt/targetver.h index 710b0599f1..feb11bf4f2 100644 --- a/protocols/GTalkExt/targetver.h +++ b/protocols/GTalkExt/targetver.h @@ -44,4 +44,4 @@ #define _WIN32_IE 0x0700 // Change this to the appropriate value to target other versions of IE. #endif -#define MIRANDA_VER 0x800 +#define MIRANDA_VER 0x0A00 diff --git a/protocols/MRA/Mra.h b/protocols/MRA/Mra.h index bbe4384255..8aa6e5f3b7 100644 --- a/protocols/MRA/Mra.h +++ b/protocols/MRA/Mra.h @@ -16,8 +16,7 @@ #define WINVER 0x0502 #define _WIN32_WINNT 0x0502 -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP +#define MIRANDA_VER 0x0A00 #include #include diff --git a/src/core/commonheaders.h b/src/core/commonheaders.h index 8aec3a5dc5..b70c0bab04 100644 --- a/src/core/commonheaders.h +++ b/src/core/commonheaders.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // to enable all 0.9.0 core functions -#define MIRANDA_VER 0x1000 +#define MIRANDA_VER 0x0A00 #define _ALPHA_BASE_ 1 // defined for CVS builds #define _ALPHA_FUSE_ 1 // defined for fuse powered core -- cgit v1.2.3