Moving kernel functions into their proper namespaces.
This commit is contained in:
@@ -18,7 +18,9 @@ using namespace xe::kernel;
|
||||
using namespace xe::kernel::xboxkrnl;
|
||||
|
||||
|
||||
namespace {
|
||||
namespace xe {
|
||||
namespace kernel {
|
||||
namespace xboxkrnl {
|
||||
|
||||
|
||||
SHIM_CALL NtAllocateVirtualMemory_shim(
|
||||
@@ -142,7 +144,9 @@ SHIM_CALL NtFreeVirtualMemory_shim(
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
} // namespace xboxkrnl
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
||||
|
||||
void xe::kernel::xboxkrnl::RegisterMemoryExports(
|
||||
|
||||
Reference in New Issue
Block a user