Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.

This commit is contained in:
bunnei 2015-08-14 22:29:08 -04:00
parent 0ee00861f6
commit b39c053785
11 changed files with 34 additions and 34 deletions

View file

@ -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