mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-27 02:49:00 +02:00
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
This commit is contained in:
parent
e019e69016
commit
4ffc095fa3
11 changed files with 34 additions and 34 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#include "common/common_types.h"
|
||||
#include "common/code_block.h"
|
||||
|
||||
#if defined(ARCHITECTURE_X64) && !defined(_ARCH_64)
|
||||
#if defined(ARCHITECTURE_x86_64) && !defined(_ARCH_64)
|
||||
#define _ARCH_64
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue