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