* autoload.cc (IsWow64Process): Remove.
(Wow64DisableWow64FsRedirection): Remove. (Wow64RevertWow64FsRedirection): Remove. * ntdll.h (enum _PROCESSINFOCLASS): Define ProcessWow64Information. * init.cc (respawn_wow64_process): Use NtQueryInformationProcess to get WOW64 state. * wincap.cc (wincapc::init): Ditto. * wincap.h (wincapc::wow64): Change type to ULONG.
This commit is contained in:
@@ -46,7 +46,7 @@ class wincapc
|
||||
{
|
||||
OSVERSIONINFOEX version;
|
||||
char osnam[40];
|
||||
BOOL wow64;
|
||||
ULONG wow64;
|
||||
void *caps;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user