aboutsummaryrefslogtreecommitdiff
path: root/src/hook/hook.h
blob: f31cdfd83914135f813b218a1f0505396d56c906 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef HOOK_H
#define HOOK_H

#ifndef HAS_HOOKS
#error hooks have not been enabled
#endif

int fix_SysLoadLibary();

#endif