diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-24 09:10:22 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-24 09:10:22 +0300 |
commit | 04f25368c5b4082e5d05d25627c83bd5745ed782 (patch) | |
tree | 2382453e4d3baf4f37a6a90904a88578650115c2 /commonheaders.h | |
parent | 78f0ecedfbf15b6c093afc2d5ac159805fe9acda (diff) |
modified: commonheaders.h
modified: utilities.cpp
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/commonheaders.h b/commonheaders.h index e7b6e7e..d76cc58 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -15,6 +15,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef COMMONHEADERS_H #define COMMONHEADERS_H +#define MIRANDA_VER 0x0901 #include <windows.h> #include <locale.h> #include <shlobj.h> @@ -38,8 +39,6 @@ using std::wstring; using std::wfstream; using std::fstream; -#define MIRANDA_VER 0x0801 - #include <newpluginapi.h> #include <m_database.h> #include <m_options.h> |