mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
apply missing ARM64 def
This commit is contained in:
parent
50366377e1
commit
39af7a0a48
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@
|
|||
#include <malloc.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
// MinGW doesn't know this one yet
|
||||
#if !defined(PROCESSOR_ARCHITECTURE_ARM64)
|
||||
#define PROCESSOR_ARCHITECTURE_ARM64 12
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
// Disable some VS Code Analysis warnings
|
||||
#pragma warning(disable: 4996) // Ignore deprecated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue