From f04d64869f3b1de54fb343f28f955584780001b8 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 15:41:10 +0000 Subject: Project folders rename part 3 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- stopspam/headers.h | 72 ------------------------------------------------------ 1 file changed, 72 deletions(-) delete mode 100644 stopspam/headers.h (limited to 'stopspam/headers.h') diff --git a/stopspam/headers.h b/stopspam/headers.h deleted file mode 100644 index cfeb7ac..0000000 --- a/stopspam/headers.h +++ /dev/null @@ -1,72 +0,0 @@ -#ifndef _stopspam_headers_h -#define _stopspam_headers_h - -// disable security warnings about "*_s" functions -#define _CRT_SECURE_NO_DEPRECATE - -// disable warnings about underscore in stdc functions -#pragma warning(disable: 4996) - -#define MIRANDA_VER 0x0900 -#define MIRANDA_CUSTOM_LP - -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "src/eventhooker.h" -#include "res/version.h" -#include "res/resource.h" -#include "m_stopspam.h" - -#include "m_variables.h" - -#define pluginName "StopSpam" - -extern char * pluginDescription; -extern TCHAR const * infTalkProtPrefix; -extern char const * answeredSetting; -extern char const * questCountSetting; - -extern HINSTANCE hInst; - -#ifdef _UNICODE - typedef std::wstring tstring; - #define PREF_TCHAR2 PREF_UTF -#else - typedef std::string tstring; - #define PREF_TCHAR2 0 -#endif //_UNICODE - -#include "src/settings.h" - -//options -INT_PTR CALLBACK MainDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); -INT_PTR CALLBACK MessagesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); -INT_PTR CALLBACK ProtoDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); - -//utils -void SetDlgItemString(HWND hwndDlg, UINT idItem, std::string const &str); -void SetDlgItemString(HWND hwndDlg, UINT idItem, std::wstring const &str); -tstring &GetDlgItemString(HWND hwnd, int id); -bool IsExistMyMessage(HANDLE hContact); -tstring variables_parse(tstring const &tstrFormat, HANDLE hContact); -tstring trim(tstring const &tstr, tstring const &trimChars = _T(" \f\n\r\t\v")); - -INT_PTR IsContactPassed(WPARAM wParam, LPARAM /*lParam*/); -INT_PTR RemoveTempContacts(WPARAM wParam,LPARAM lParam); -int OnSystemModulesLoaded(WPARAM wParam, LPARAM lParam); -#endif -- cgit v1.2.3