Moving kernel functions into their proper namespaces.

This commit is contained in:
Ben Vanik
2013-05-26 18:43:57 -07:00
parent 1a5a8d748d
commit 1b07aace73
7 changed files with 37 additions and 17 deletions

View File

@@ -21,7 +21,9 @@ using namespace xe::kernel;
using namespace xe::kernel::xboxkrnl;
namespace {
namespace xe {
namespace kernel {
namespace xboxkrnl {
// http://msdn.microsoft.com/en-us/library/ff561778
@@ -480,7 +482,9 @@ SHIM_CALL RtlLeaveCriticalSection_shim(
}
}
} // namespace xboxkrnl
} // namespace kernel
} // namespace xe
void xe::kernel::xboxkrnl::RegisterRtlExports(