mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 19:19:43 -06:00
Move Windows version to OS namespace
This commit is contained in:
7
UnleashedRecomp/os/version.cpp
Normal file
7
UnleashedRecomp/os/version.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <os/version.h>
|
||||
#include <os/version_detail.h>
|
||||
|
||||
os::version::detail::OSVersion os::version::GetOSVersion()
|
||||
{
|
||||
return detail::GetOSVersion();
|
||||
}
|
||||
Reference in New Issue
Block a user