mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Fix detection of arm64, fix warnings
This commit is contained in:
parent
a8a3516e59
commit
1225a381ab
2 changed files with 2 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "ichain.h"
|
||||
#include "regs.h"
|
||||
|
||||
#if defined(_WIN64) || defined(__x86_64__)
|
||||
#if defined(_WIN64) || defined(__x86_64__) || defined(__arm64__)
|
||||
#define _SOH64
|
||||
#define AUDIO_HEAP_SIZE 0xF0000
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue