From b84ab26307388f6c61d4f6d8c82c99229cd13bdd Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 23 Jun 2012 13:15:04 +0000 Subject: HistoryLinkListPlus: plusified git-svn-id: http://svn.miranda-ng.org/main/trunk@548 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryLinkListPlus/linklist.h | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'plugins/HistoryLinkListPlus/linklist.h') diff --git a/plugins/HistoryLinkListPlus/linklist.h b/plugins/HistoryLinkListPlus/linklist.h index 4d56733a7d..17cc63e9c9 100644 --- a/plugins/HistoryLinkListPlus/linklist.h +++ b/plugins/HistoryLinkListPlus/linklist.h @@ -20,8 +20,25 @@ #ifndef _LINKLIST_H #define _LINKLIST_H +#define _CRT_SECURE_NO_WARNINGS +#include +#ifdef _DEBUG +#include +#endif #include +// Miranda SDK Includes +#include +#include +#include +#include +#include +#include + +#include "resource.h" +#include "linklist_dlg.h" +#include "language.h" + // Filter Flags #define WLL_URL 0x01 #define WLL_MAIL 0x02 @@ -129,10 +146,11 @@ typedef struct{ BYTE showType; }LISTOPTIONS; -BOOL WINAPI DllMain(HINSTANCE ,DWORD ,LPVOID ); -int __declspec(dllexport) Load(PLUGINLINK*); -int __declspec(dllexport) Unload(void); static INT_PTR LinkList_Main(WPARAM, LPARAM); int InitOptionsDlg(WPARAM, LPARAM); +int DBUpdate(WPARAM, LPARAM); +int ExtractURI(DBEVENTINFO*, HANDLE, LISTELEMENT*); +int RemoveList(LISTELEMENT*); +int ListCount(LISTELEMENT*); #endif //_LINKLIST_H \ No newline at end of file -- cgit v1.2.3