Rename NAZARA_PLATFORM_X64 to NAZARA_PLATFORM_x64

Former-commit-id: aa4e5c93b5a94175cb487c0d82662c0d918ccb89
This commit is contained in:
Lynix 2012-12-14 23:19:35 +01:00
parent 8785c969e5
commit 229f634e01
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
#if defined(_WIN64) || defined(__amd64__) || defined(__x86_64__) || defined(__ia64__) || defined(__ia64) || \
defined(_M_IA64) || defined(__itanium__) || defined(__MINGW64__)
#define NAZARA_PLATFORM_X64
#define NAZARA_PLATFORM_x64
#endif
#if !defined(NAZARA_DEBUG) && !defined(NDEBUG)