8 lines
102 B
C
8 lines
102 B
C
![]() |
#ifndef HOOK_LOG_H_
|
||
|
#define HOOK_LOG_H_
|
||
|
#include "windows.h"
|
||
|
|
||
|
int HookLog();
|
||
|
int UnHookLog();
|
||
|
|
||
|
#endif
|