#ifndef HOOK_LOG_H_ #define HOOK_LOG_H_ #include "windows.h" int HookLog(); int UnHookLog(); #endif