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