mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 08:41:42 +00:00
NOISSUE ensure PROCESSOR_ARCHITECTURE_ARM64 is defined
This fixes build on old mingw versions
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
|
||||
#include "ntstatus/NtStatusNames.hpp"
|
||||
|
||||
#ifndef PROCESSOR_ARCHITECTURE_ARM64
|
||||
#define PROCESSOR_ARCHITECTURE_ARM64 12
|
||||
#endif
|
||||
|
||||
Sys::KernelInfo Sys::getKernelInfo()
|
||||
{
|
||||
Sys::KernelInfo out;
|
||||
|
Reference in New Issue
Block a user