mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 03:00:50 -06:00
Remove detail namespaces. (#137)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <os/version_detail.h>
|
||||
#include <os/version.h>
|
||||
|
||||
os::version::detail::OSVersion os::version::detail::GetOSVersion()
|
||||
os::version::OSVersion os::version::GetOSVersion()
|
||||
{
|
||||
assert(false && "Unimplemented.");
|
||||
return os::version::detail::OSVersion();
|
||||
return os::version::OSVersion();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user