diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-08-01 13:18:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-08-01 13:18:09 +0000 |
commit | 16b3108be10c20c54d8ad47e2dac5b7cd908e3eb (patch) | |
tree | 07e460298ad22f92765dd6dd6bc84b44544e00bf /plugins/SimpleAR/Src/Common.h | |
parent | 1aa6b664f3ba7574673a1ff9735f2264fefa04ee (diff) |
folders renames
git-svn-id: http://svn.miranda-ng.org/main/trunk@1300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleAR/Src/Common.h')
-rw-r--r-- | plugins/SimpleAR/Src/Common.h | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/plugins/SimpleAR/Src/Common.h b/plugins/SimpleAR/Src/Common.h deleted file mode 100644 index ca873cb2ae..0000000000 --- a/plugins/SimpleAR/Src/Common.h +++ /dev/null @@ -1,49 +0,0 @@ -#define MIRANDA_VER 0x0A00
-#define _CRT_SECURE_NO_WARNINGS
-
-// Windows Header Files
-#include <windows.h>
-#include <commctrl.h>
-#include <stdio.h>
-#include <time.h>
-#include <stddef.h>
-#include <process.h>
-#include <string.h>
-#include <winsock.h>
-#include <string>
-#include <winbase.h>
-
-//Miranda SDK headers
-#include "newpluginapi.h"
-#include "m_clist.h"
-#include "m_clui.h"
-#include "m_skin.h"
-#include "m_langpack.h"
-#include "m_protomod.h"
-#include "m_database.h"
-#include "m_system.h"
-#include "m_protocols.h"
-#include "m_userinfo.h"
-#include "m_options.h"
-#include "m_protosvc.h"
-#include "m_utils.h"
-#include "m_ignore.h"
-#include "m_clc.h"
-#include <m_variables.h>
-
-#include "Resource.h"
-#include "Version.h"
-
-#define protocolname "SimpleAutoReplier" //no spaces here :)
-
-#define KEY_ENABLED "Enabled"
-#define KEY_HEADING "Heading"
-#define KEY_REPEATINTERVAL "RepeatInterval"
-
-//General
-extern HINSTANCE hinstance;
-extern BOOL fEnabled;
-extern INT interval;
-extern TCHAR* ptszDefaultMsg[6];
-
-extern INT OptInit(WPARAM wParam,LPARAM lParam);
|