File: x64.hh

package info (click to toggle)
goldendict 1.5.0~rc2%2Bgit20221126%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,376 kB
  • sloc: cpp: 60,569; ansic: 11,511; xml: 529; makefile: 74; sh: 42
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#ifndef __X64_HH_INCLUDED__
#define __X64_HH_INCLUDED__

bool isWow64();
bool installx64Hooks();
void removex64Hooks();

#endif // __X64_HH_INCLUDED__