diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-18 19:49:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-18 19:49:39 +0000 |
commit | 4b0b9dbaf8b0fea12620fd84b8f71c99e3fc9b3f (patch) | |
tree | b4b270769ea92034618a09cd94ee6a25660b237a /plugins/helpers | |
parent | 32ff8ca3f49a2b39782e268ea4b954916c597975 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@53 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/helpers')
-rw-r--r-- | plugins/helpers/commonheaders.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/helpers/commonheaders.h b/plugins/helpers/commonheaders.h index 7603131670..354d719864 100644 --- a/plugins/helpers/commonheaders.h +++ b/plugins/helpers/commonheaders.h @@ -2,8 +2,8 @@ Miranda IM: the free IM client for Microsoft* Windows*
-Copyright 2000-2003 Miranda ICQ/IM project,
-all portions of this codebase are copyrighted to the people
+Copyright 2000-2003 Miranda ICQ/IM project,
+all portions of this codebase are copyrighted to the people
listed in contributors.txt.
This program is free software; you can redistribute it and/or
@@ -25,6 +25,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # define _UNICODE
#endif
+#define MIRANDA_VER 0x0A00
+
#include <tchar.h>
#include <malloc.h>
@@ -33,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <commctrl.h>
#include <stdio.h>
//#include <win2k.h>
-#include <newpluginapi.h>
+#include <newpluginapi.h>
#include <m_system.h>
#include <m_database.h>
#include <m_clc.h>
|