Added more 64bits defines

Former-commit-id: b1d8b3f75255b29ab6853512accf8a99c04f6a4e
This commit is contained in:
Lynix 2015-02-24 17:28:30 +01:00
parent a67d66bbd8
commit c9db44f85c
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
// Détection 64 bits
#if !defined(NAZARA_PLATFORM_x64) && (defined(_WIN64) || defined(__amd64__) || defined(__x86_64__) || defined(__ia64__) || defined(__ia64) || \
defined(_M_IA64) || defined(__itanium__) || defined(__MINGW64__))
defined(_M_IA64) || defined(__itanium__) || defined(__MINGW64__) || defined(_M_AMD64) || defined (_M_X64))
#define NAZARA_PLATFORM_x64
#endif