mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-11-20 08:10:11 +00:00
NOISSUE ensure PROCESSOR_ARCHITECTURE_ARM64 is defined
This fixes build on old mingw versions
This commit is contained in:
parent
da4973dc94
commit
17865bfd7d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user