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 --- yamn/yamn.h | 180 ------------------------------------------------------------ 1 file changed, 180 deletions(-) delete mode 100644 yamn/yamn.h (limited to 'yamn/yamn.h') diff --git a/yamn/yamn.h b/yamn/yamn.h deleted file mode 100644 index b209b24..0000000 --- a/yamn/yamn.h +++ /dev/null @@ -1,180 +0,0 @@ -#ifndef __YAMN_H -#define __YAMN_H -#ifndef _WIN32_IE - #define _WIN32_IE 0x0400 -#endif -#ifndef _WIN32_WINNT - #define _WIN32_WINNT 0x0501 -#endif - -#if !defined(_WIN64) - #include "filter/simple/AggressiveOptimize.h" -#endif -#include -#include -#include -#include -#include //For _chdir() - -#define MIRANDA_VER 0x0600 -#define MIRANDA_CUSTOM_LP - -#include //For hotkeys -#include "win2k.h" -#include "newpluginapi.h" //CallService,UnHookEvent -#include "m_utils.h" //window broadcasting -#include "m_system.h" -#include "m_skin.h" -#include "m_langpack.h" -#include "m_clist.h" -#include "m_clui.h" -#include "m_options.h" -#include "m_database.h" //database -#include "m_contacts.h" //contact -#include "m_protocols.h" //protocols -#include "m_protomod.h" //protocols module -#include "m_protosvc.h" -#include "include/m_uninstaller.h" //PluginUninstaller structures -#include "m_toptoolbar.h" -#include "m_icolib.h" -#include "include/m_kbdnotify.h" -#include "m_popup.h" -#include "m_updater.h" -#include "m_account.h" //Account structure and all needed structures to cooperate with YAMN -#include "m_messages.h" //Messages sent to YAMN windows -#include "mails/m_mails.h" //use YAMN's mails -#include "mails/m_decode.h" //use decoding macros (needed for header extracting) -#include "browser/m_browser.h" //we want to run YAMN mailbrowser, no new mail notification and bad connect window -#include "resources/resource.h" -#include "m_protoplugin.h" -#include "m_filterplugin.h" -#include "m_yamn.h" //Main YAMN's variables -#include "m_protoplugin.h" //Protocol registration and so on -#include "m_synchro.h" //Synchronization -#include "debug.h" -#include - - -//icons definitions -#define ICONSNUMBER 8 -#define ICONSDESCS "Neutral","YAMN","New Mail","Connect Fail","Launch Application","TopToolBar UP","TopToolBar Down","Offline" -#define ICONSNAMES "YAMN_Neutral",iconDescs[1],"YAMN_NewMail","YAMN_ConnectFail","YAMN_ApplExec","YAMN_TopToolBarUp","YAMN_TopToolBarDown","YAMN_Offline" -#define ICONSINDS IDI_ONLINE,IDI_ICOYAMN1,IDI_ICOYAMN2,IDI_NA,IDI_OCCUPIED,IDI_ICOTTBUP,IDI_OCCUPIED,IDI_OFFLINE - -//From services.cpp -void CreateServiceFunctions(void); -void DestroyServiceFunctions(void); -void HookEvents(void); -void UnhookEvents(void); -void RefreshContact(void); -void ContactDoubleclicked(WPARAM wParam,LPARAM lParam); -INT_PTR ClistContactDoubleclicked(WPARAM wParam, LPARAM lParam); - -//From debug.cpp -#undef YAMN_DEBUG -#ifdef YAMN_DEBUG -void InitDebug(); -void UnInitDebug(); -#endif - -//From synchro.cpp -//struct CExportedFunctions SynchroExported[]; - -//From yamn.cpp -INT_PTR GetFcnPtrSvc(WPARAM wParam,LPARAM lParam); -INT_PTR GetVariablesSvc(WPARAM,LPARAM); -//INT_PTR AddWndToYAMNWindowsSvc(WPARAM,LPARAM); -//INT_PTR RemoveWndFromYAMNWindowsSvc(WPARAM,LPARAM); -DWORD WINAPI YAMNHotKeyThread(LPVOID); -void CALLBACK TimerProc(HWND,UINT,UINT,DWORD); -INT_PTR ForceCheckSvc(WPARAM,LPARAM); -// int ExitProc(WPARAM,LPARAM); - -//From account.cpp -//struct CExportedFunctions AccountExported[]; -INT_PTR CreatePluginAccountSvc(WPARAM wParam,LPARAM lParam); -INT_PTR DeletePluginAccountSvc(WPARAM wParam,LPARAM lParam); -INT_PTR WriteAccountsToFileASvc(WPARAM wParam,LPARAM lParam); -INT_PTR WriteAccountsToFileWSvc(WPARAM wParam,LPARAM lParam); -INT_PTR AddAccountsFromFileASvc(WPARAM,LPARAM); -INT_PTR AddAccountsFromFileWSvc(WPARAM,LPARAM); -INT_PTR DeleteAccountSvc(WPARAM,LPARAM); -INT_PTR FindAccountByNameSvc(WPARAM wParam,LPARAM lParam); -INT_PTR GetNextFreeAccountSvc(WPARAM wParam,LPARAM lParam); - -//From protoplugin.cpp -//struct CExportedFunctions ProtoPluginExported[]; -INT_PTR UnregisterProtoPlugins(); -INT_PTR RegisterProtocolPluginSvc(WPARAM,LPARAM); -INT_PTR UnregisterProtocolPluginSvc(WPARAM,LPARAM); -INT_PTR GetFileNameWSvc(WPARAM,LPARAM); -INT_PTR GetFileNameASvc(WPARAM,LPARAM); -INT_PTR DeleteFileNameSvc(WPARAM,LPARAM); - -//From filterplugin.cpp -//struct CExportedFunctions FilterPluginExported[]; -INT_PTR UnregisterFilterPlugins(); -INT_PTR RegisterFilterPluginSvc(WPARAM,LPARAM); -INT_PTR UnregisterFilterPluginSvc(WPARAM,LPARAM); -INT_PTR FilterMailSvc(WPARAM,LPARAM); - -//From mails.cpp (MIME) -//struct CExportedFunctions MailExported[]; -INT_PTR CreateAccountMailSvc(WPARAM wParam,LPARAM lParam); -INT_PTR DeleteAccountMailSvc(WPARAM wParam,LPARAM lParam); -INT_PTR LoadMailDataSvc(WPARAM wParam,LPARAM lParam); -INT_PTR UnloadMailDataSvc(WPARAM wParam,LPARAM); -INT_PTR SaveMailDataSvc(WPARAM wParam,LPARAM lParam); - -//From mime.cpp -//void WINAPI ExtractHeaderFcn(char *,int,WORD,HYAMNMAIL); //already in MailExported -struct _tcptable -{ - char *NameBase,*NameSub; - BOOLEAN isValid; - unsigned short int CP; -}; -extern struct _tcptable CodePageNamesAll[]; // in mime/decode.cpp -extern int CPLENALL; -extern struct _tcptable *CodePageNamesSupp; // in mime/decode.cpp -extern int CPLENSUPP; -//#define CPDEFINDEX 63 //ISO-8859-1 -#define CPDEFINDEX 0 //ACP - -//From pop3comm.cpp -int RegisterPOP3Plugin(WPARAM,LPARAM); -int UninstallPOP3(PLUGINUNINSTALLPARAMS* ppup); //to uninstall POP3 plugin with YAMN - -//From mailbrowser.cpp -INT_PTR RunMailBrowserSvc(WPARAM,LPARAM); - -//From badconnect.cpp -INT_PTR RunBadConnectionSvc(WPARAM,LPARAM); - -//From YAMNopts.cpp -void WordToModAndVk(WORD,UINT *,UINT *); -int YAMNOptInitSvc(WPARAM,LPARAM); - -//From main.cpp -int PostLoad(WPARAM,LPARAM); //Executed after all plugins loaded YAMN reads mails from file and notify every protocol it should set its functions -int Shutdown(WPARAM,LPARAM); //Executed before Miranda is going to shutdown -int AddTopToolbarIcon(WPARAM,LPARAM); //Executed when TopToolBar plugin loaded Adds bitmap to toolbar -void LoadPlugins(); //Loads plugins located in MirandaDir/Plugins/YAMN/*.dll -int UninstallQuestionSvc(WPARAM,LPARAM); //Ask information when user wants to uninstall plugin - -//From synchro.cpp -extern DWORD WINAPI WaitToWriteFcn(PSWMRG SObject,PSCOUNTER SCounter=NULL); -extern void WINAPI WriteDoneFcn(PSWMRG SObject,PSCOUNTER SCounter=NULL); -extern DWORD WINAPI WaitToReadFcn(PSWMRG SObject); -extern void WINAPI ReadDoneFcn(PSWMRG SObject); -extern DWORD WINAPI SCIncFcn(PSCOUNTER SCounter); -extern DWORD WINAPI SCDecFcn(PSCOUNTER SCounter); -//From mails.cpp -extern void WINAPI DeleteMessageFromQueueFcn(HYAMNMAIL *From,HYAMNMAIL Which,int mode); -extern void WINAPI SetRemoveFlagsInQueueFcn(HYAMNMAIL From,DWORD FlagsSet,DWORD FlagsNotSet,DWORD FlagsToSet,int mode); -//From mime.cpp -void ExtractHeader(struct CMimeItem *items,int &CP,struct CHeader *head); -void DeleteHeaderContent(struct CHeader *head); -//From account.cpp -void WINAPI GetStatusFcn(HACCOUNT Which,char *Value); -#endif -- cgit v1.2.3