mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-08-02 22:07:35 +08:00
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 |