diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-10 12:03:30 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-10 12:03:30 +0000 |
commit | 145d0ad77f759772dc58676500d14ab6364e5da3 (patch) | |
tree | c4f41d40fc3a6cd6f828eb0d8e7d09dc9bc1e89a /plugins/Clist_blind/src/commonheaders.h | |
parent | b4ff82df0b826fa17d6e5dd1f3b337995b6fe8d1 (diff) |
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3527 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind/src/commonheaders.h')
-rw-r--r-- | plugins/Clist_blind/src/commonheaders.h | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/plugins/Clist_blind/src/commonheaders.h b/plugins/Clist_blind/src/commonheaders.h index 9aef2da53b..7fe4329c30 100644 --- a/plugins/Clist_blind/src/commonheaders.h +++ b/plugins/Clist_blind/src/commonheaders.h @@ -21,46 +21,24 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define MIRANDA_VER 0x0A00
-
#define _WIN32_WINNT 0x0600
#define _WIN32_IE 0x0501
-#include "m_stdhdr.h"
-
#include <windows.h>
#include <vssym32.h>
-#include <commctrl.h>
-#include <stdio.h>
-#include <time.h>
-#include <stddef.h>
-#include <process.h>
-#include <io.h>
-#include <string.h>
-#include <direct.h>
-#include "resource.h"
#include <newpluginapi.h>
-#include <m_clist.h>
-#include <m_clc.h>
#include <m_clistint.h>
#include <m_clui.h>
-#include <m_system.h>
#include <m_database.h>
#include <m_langpack.h>
-#include <m_button.h>
#include <m_options.h>
-#include <m_protocols.h>
#include <m_protosvc.h>
-#include <m_utils.h>
-#include <m_skin.h>
-#include <m_contacts.h>
-#include <m_file.h>
-#include <m_addcontact.h>
-#include <m_utils.h>
-
#include <win2k.h>
+#include "resource.h"
+#include "Version.h"
+
struct ClcContact : public ClcContactBase {};
struct ClcData : public ClcDataBase
|