wxhelper/src/hook_log.h
2023-03-16 12:02:44 +08:00

8 lines
102 B
C

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