Move Windows version to OS namespace

This commit is contained in:
Hyper
2024-12-08 17:05:45 +00:00
parent 8db45bcf57
commit ad862adc83
9 changed files with 54 additions and 35 deletions

View File

@@ -0,0 +1,7 @@
#include <os/version.h>
#include <os/version_detail.h>
os::version::detail::OSVersion os::version::GetOSVersion()
{
return detail::GetOSVersion();
}