diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 13:30:10 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 13:30:10 +0300 |
commit | 069250918284b12d42e4e2f4102dd2dbfba18e15 (patch) | |
tree | 6dae5a8c3cd97bd9058521ee60c8c501f0eb9f89 /init.cpp | |
parent | 86cafe5f5e47960cb8962fd555612aeb2d288285 (diff) |
modified: commonheaders.h
modified: init.cpp
modified: main.cpp
modified: messages.cpp
modified: options.cpp
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -135,6 +135,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) int RecvMsgSvc(WPARAM w, LPARAM l);
int SendMsgSvc(WPARAM w, LPARAM l);
int HookSendMsg(WPARAM w, LPARAM l);
+// int TestHook(WPARAM w, LPARAM l);
// void test();
@@ -145,6 +146,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) HookEvent(ME_OPT_INITIALISE, GpgOptInit);
HookEvent(ME_DB_EVENT_FILTER_ADD, HookSendMsg);
+// HookEvent(ME_NETLIB_FASTSEND, TestHook);
hOnPreBuildContactMenu = HookEvent(ME_CLIST_PREBUILDCONTACTMENU, OnPreBuildContactMenu);
PROTOCOLDESCRIPTOR pd = {0};
|