Added 64bits-detection macro

Former-commit-id: 98f3edda39679ee0e13671e76dbe96157b3dd7ae
This commit is contained in:
Lynix 2012-12-14 22:18:27 +01:00
parent 025ed1cfd0
commit 8785c969e5
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@
#endif
#if defined(_WIN64) || defined(__amd64__) || defined(__x86_64__) || defined(__ia64__) || defined(__ia64) || \
defined(_M_IA64) || defined(__itanium__)
defined(_M_IA64) || defined(__itanium__) || defined(__MINGW64__)
#define NAZARA_PLATFORM_X64
#endif