diff --git a/vnrhook/engine/engine.cc b/vnrhook/engine/engine.cc index 89b50ea..aaf774a 100644 --- a/vnrhook/engine/engine.cc +++ b/vnrhook/engine/engine.cc @@ -21,6 +21,7 @@ #include "mono/monoobject.h" #include "growl.h" #include "const.h" +#include "native/pchooks.h" //#include #include #include @@ -8004,6 +8005,7 @@ bool InsertCandyHook2() // jichi 10/2/2013: Add new candy hook bool InsertCandyHook() { + PcHooks::hookOtherPcFunctions(); //if (0 == _wcsicmp(processName, L"systemc.exe")) if (Util::CheckFile(L"SystemC.exe")) return InsertCandyHook1();