codegen: fix architecture detection on MSVC
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#if defined __ARM_EABI__ || defined _ARM_
|
||||
#if defined __ARM_EABI__ || defined _ARM_ || defined _M_ARM
|
||||
|
||||
#include <stdint.h>
|
||||
#include <86box/86box.h>
|
||||
|
||||
Reference in New Issue
Block a user