remove unused code
This commit is contained in:
parent
a422fca50d
commit
39e439e4b1
1353
vnr/ithsys/ithsys.cc
1353
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);
|
||||
} // 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 LPVOID page;
|
||||
extern BYTE launch_time[];
|
||||
|
||||
inline DWORD GetHash(LPSTR str)
|
||||
{
|
||||
@ -39,6 +31,4 @@ inline DWORD GetHash(LPSTR str)
|
||||
return hash;
|
||||
}
|
||||
|
||||
BOOL IthIsWine();
|
||||
|
||||
// EOF
|
||||
|
Loading…
Reference in New Issue
Block a user