mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 08:34:08 +00:00
9 lines
151 B
C++
9 lines
151 B
C++
|
#ifndef __X64_HH_INCLUDED__
|
||
|
#define __X64_HH_INCLUDED__
|
||
|
|
||
|
bool isWow64();
|
||
|
bool installx64Hooks();
|
||
|
void removex64Hooks();
|
||
|
|
||
|
#endif // __X64_HH_INCLUDED__
|