From 63d7c410aff770eb186460b9dcc2bba8f25acd3a Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Fri, 1 Jul 2011 19:57:03 +0000 Subject: patch from FREAK_THEMIGHTY: -destroys services on exit -adds support for per plugin translations -adds an hotkey to open DBEditor -removes dead beta page git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@138 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- dbeditorpp/headers.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dbeditorpp/headers.h') diff --git a/dbeditorpp/headers.h b/dbeditorpp/headers.h index b1b4c23..8cd54c9 100644 --- a/dbeditorpp/headers.h +++ b/dbeditorpp/headers.h @@ -6,6 +6,7 @@ #define _WIN32_WINNT 0x0501 #define MIRANDA_VER 0x0900 +#define MIRANDA_CUSTOM_LP #if defined( UNICODE ) && !defined( _UNICODE ) #define _UNICODE @@ -43,6 +44,7 @@ #include #include #include +#include #include "m_updater.h" #include "m_toptoolbar.h" @@ -57,7 +59,7 @@ /////// icons support extern BYTE UsingIconManager; -void addIcons(char* szModuleFileName); +void addIcons(TCHAR* szModuleFileName); HICON LoadSkinnedDBEIcon(int icon); int AddIconToList(HIMAGELIST hil, HICON hIcon); void AddProtoIconsToList(HIMAGELIST hil, int newshift); -- cgit v1.2.3