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 12617ec commit fe0f7b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/systeminfo/src/sys_win32.cpp
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 fe0f7b4

Please sign in to comment.