summaryrefslogtreecommitdiff
path: root/newstatusnotify/commonheaders.h
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-26 15:41:10 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-26 15:41:10 +0000
commitf04d64869f3b1de54fb343f28f955584780001b8 (patch)
tree5453dc10de3d980de79ffe019fa0b5fcb692a27d /newstatusnotify/commonheaders.h
parent7aff1e4cb053394db57c2814d5fe1e6493e0cc75 (diff)
Project folders rename part 3
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'newstatusnotify/commonheaders.h')
-rw-r--r--newstatusnotify/commonheaders.h73
1 files changed, 0 insertions, 73 deletions
diff --git a/newstatusnotify/commonheaders.h b/newstatusnotify/commonheaders.h
deleted file mode 100644
index 4e95d32..0000000
--- a/newstatusnotify/commonheaders.h
+++ /dev/null
@@ -1,73 +0,0 @@
-/*
-===============================================================================
- NewStatusNotify plugin
-
-This plugin notifies you when a contact changes his/hers status with a PopUp.
-You can customize its look (style of popup, font, text...) and behaviour (the
-position in the screen, the time to live, the action on a mouse click).
-
-This file has the purpose of becoming a precompiled header common to every
-project file.
-
-Written by: Hrk (Luca Santarelli) (2002-2004), Vasilich (2005-2008)
-
-Miranda IM can be found here:
-http://miranda-im.org/
-
-===============================================================================
-*/
-
-#ifndef COMMONHEADERS_H
-#define COMMONHEADERS_H
-#define _WIN32_WINNT 0x0500
-#define WINVER 0x0500
-#define MIRANDA_VER 0x0800
-#define _CRT_SECURE_NO_DEPRECATE
-#define _USE_32BIT_TIME_T
-#define STRICT
-#define WIN32_LEAN_AND_MEAN
-
-//Standard Windows "libraries"
-#include <windows.h>
-#include <mmsystem.h>
-#include <commctrl.h>
-#include <commdlg.h>
-#include <stdio.h>
-#include <tchar.h>
-#include <time.h>
-
-#include "newpluginapi.h"
-#include "m_system.h"
-#include "m_utils.h"
-#include "m_plugins.h"
-#include "m_clist.h"
-#include "m_options.h"
-#include "m_clui.h"
-#include "m_clc.h"
-#include "m_genmenu.h"
-#include "m_skin.h"
-#include "m_langpack.h"
-#include "m_database.h"
-#include "m_ignore.h"
-#include "m_message.h"
-#include "m_protocols.h"
-#include "m_protosvc.h"
-#include "m_userinfo.h"
-#include "m_updater.h"
-#include "win2k.h"
-#include "m_popup.h"
-#include "m_metacontacts.h"
-#include "m_awaymsg.h"
-
-
-#define WIDEN2(x) L ## x
-#define WIDEN(x) WIDEN2(x)
-#define __WFILE__ WIDEN(__FILE__)
-#ifdef _UNICODE
-#define __TFILE__ __WFILE__
-#else
-#define __TFILE__ __FILE__
-#endif
-
-
-#endif //COMMONHEADERS_H \ No newline at end of file