diff options
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> |