wxhelper/src/hook_log.h

8 lines
102 B
C
Raw Normal View History

2023-03-16 12:02:44 +08:00
#ifndef HOOK_LOG_H_
#define HOOK_LOG_H_
#include "windows.h"
int HookLog();
int UnHookLog();
#endif