Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
This commit is contained in:
parent
0ee00861f6
commit
b39c053785
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