diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 23:35:06 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 23:35:06 +0300 |
commit | 6e0a54a479bbcb862df2f69945aa5e3d16ad9db2 (patch) | |
tree | 5ba673c66eadb72be7d7dc2a76292a671ce62540 /init.cpp | |
parent | 101a521ee025001c119462915d3497e5f112809b (diff) |
modified: init.cpp
modified: main.cpp
modified: new_gpg.rc
modified: resource.h
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -137,12 +137,11 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) int HookSendMsg(WPARAM w, LPARAM l);
// int TestHook(WPARAM w, LPARAM l);
-// void test();
+ void InitCheck();
void FirstRun();
FirstRun();
-
-// test();
+ InitCheck();
HookEvent(ME_OPT_INITIALISE, GpgOptInit);
HookEvent(ME_DB_EVENT_FILTER_ADD, HookSendMsg);
|