diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/BasicHistory/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/Boltun/src/actionQueue.cpp | 1 | ||||
-rw-r--r-- | plugins/ChangeKeyboardLayout/src/commonheaders.h | 2 | ||||
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.h | 2 | ||||
-rw-r--r-- | plugins/LotusNotify/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/MirFox/src/common.h | 6 | ||||
-rw-r--r-- | plugins/StatusPlugins/commonstatus.h | 2 | ||||
-rw-r--r-- | plugins/Utils/mir_smileys.cpp | 2 | ||||
-rw-r--r-- | plugins/helpers/commonheaders.h | 1 |
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>
|