From 878aa77a04ff0269e02baab1b0d7e6a61baeb9c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCmann?= Date: Thu, 21 Aug 2014 21:36:40 +0000 Subject: IEHistory: - removed OnModulesLoaded, currently not needed. * moved and fixed context menu code from OnModulesLoaded to Load(), now with Unicode support and only 1 translate^^ git-svn-id: http://svn.miranda-ng.org/main/trunk@10271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEHistory/src/events.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/IEHistory/src/events.h') diff --git a/plugins/IEHistory/src/events.h b/plugins/IEHistory/src/events.h index 8dee289795..70dd68cccf 100644 --- a/plugins/IEHistory/src/events.h +++ b/plugins/IEHistory/src/events.h @@ -23,13 +23,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h" -extern HANDLE hModulesLoaded; extern HANDLE hOptionsInitialize; int HookEvents(); int UnhookEvents(); -int OnModulesLoaded(WPARAM wParam, LPARAM lParam); int OnOptionsInitialize(WPARAM wParam, LPARAM lParam); -#endif //M_HISTORY_HOOKED_EVENTS_H \ No newline at end of file +#endif //M_HISTORY_HOOKED_EVENTS_H -- cgit v1.2.3