1 #ifndef __X64_HH_INCLUDED__
2 #define __X64_HH_INCLUDED__
3 
4 bool isWow64();
5 bool installx64Hooks();
6 void removex64Hooks();
7 
8 #endif // __X64_HH_INCLUDED__
9