forked from Public-Mirror/Textractor
remove unused code
This commit is contained in:
parent
a422fca50d
commit
39e439e4b1
1351
vnr/ithsys/ithsys.cc
1351
vnr/ithsys/ithsys.cc
File diff suppressed because it is too large
Load Diff
@ -20,15 +20,7 @@ DWORD IthGetMemoryRange(LPCVOID mem, DWORD *base, DWORD *size);
|
|||||||
DWORD GetExportAddress(DWORD hModule,DWORD hash);
|
DWORD GetExportAddress(DWORD hModule,DWORD hash);
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
|
|
||||||
#ifdef ITH_HAS_HEAP
|
|
||||||
extern HANDLE hHeap; // used in ith/common/memory.h
|
|
||||||
#endif // ITH_HAS_HEAP
|
|
||||||
|
|
||||||
extern DWORD current_process_id;
|
|
||||||
extern DWORD debug;
|
|
||||||
extern BYTE LeadByteTable[];
|
extern BYTE LeadByteTable[];
|
||||||
extern LPVOID page;
|
|
||||||
extern BYTE launch_time[];
|
|
||||||
|
|
||||||
inline DWORD GetHash(LPSTR str)
|
inline DWORD GetHash(LPSTR str)
|
||||||
{
|
{
|
||||||
@ -39,6 +31,4 @@ inline DWORD GetHash(LPSTR str)
|
|||||||
return hash;
|
return hash;
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOL IthIsWine();
|
|
||||||
|
|
||||||
// EOF
|
// EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user