Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "precompiled.h"
#include "lib/sysdep/os/win/wposix/wutsname.h"
#include "lib/sysdep/os/win/wutil.h"
#include "lib/sysdep/os/win/wversion.h"
#include <sstream>
#include <winternl.h>
Functions | |
int | uname (struct utsname *un) |
Taken and modified from: https://stackoverflow.com/questions/32115255/c-how-to-detect-windows-10. More... | |
int uname | ( | struct utsname * | un | ) |
Taken and modified from: https://stackoverflow.com/questions/32115255/c-how-to-detect-windows-10.