mirror of
https://github.com/decompals/wibo.git
synced 2025-12-16 00:17:04 +00:00
Split kernel32 into separate files (part 2)
This commit is contained in:
11
dll/kernel32/wow64apiset.h
Normal file
11
dll/kernel32/wow64apiset.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
|
||||
namespace kernel32 {
|
||||
|
||||
BOOL WIN_FUNC Wow64DisableWow64FsRedirection(PVOID *OldValue);
|
||||
BOOL WIN_FUNC Wow64RevertWow64FsRedirection(PVOID OldValue);
|
||||
BOOL WIN_FUNC IsWow64Process(HANDLE hProcess, PBOOL Wow64Process);
|
||||
|
||||
} // namespace kernel32
|
||||
Reference in New Issue
Block a user