diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-12-22 08:54:19 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-12-22 08:54:19 +0200 |
commit | 5735d6a9ee7c250bd563529a3226174efe74ba38 (patch) | |
tree | 5fe26082a536b3f2e03d87a2a4bb5f2c69954daa /src/commonheaders.h | |
parent | 925f25fc28a6edfe444412e13887456902514f13 (diff) |
merged with mirnada ng main repo
Diffstat (limited to 'src/commonheaders.h')
-rwxr-xr-x | src/commonheaders.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commonheaders.h b/src/commonheaders.h index 459d76e..b33b5c4 100755 --- a/src/commonheaders.h +++ b/src/commonheaders.h @@ -15,7 +15,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef COMMONHEADERS_H #define COMMONHEADERS_H -#define MIRANDA_VER 0x0901 +#define MIRANDA_VER 0x0A00 //windows #include <windows.h> #include <shlobj.h> @@ -73,6 +73,7 @@ using std::fstream; #include <m_icolib.h> #include "m_extraicons.h" #include "m_metacontacts.h" +#include "win2k.h" #include "resource.h" |