Skip to content

Commit

Permalink
NOISSUE ensure PROCESSOR_ARCHITECTURE_ARM64 is defined
Browse files Browse the repository at this point in the history
This fixes build on old mingw versions
  • Loading branch information
peterix committed Sep 2, 2023
1 parent da4973d commit 17865bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/systeminfo/src/sys_win32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 17865bf

Please sign in to comment.