Rename NAZARA_PLATFORM_X64 to NAZARA_PLATFORM_x64
Former-commit-id: aa4e5c93b5a94175cb487c0d82662c0d918ccb89
This commit is contained in:
parent
8785c969e5
commit
229f634e01
|
|
@ -146,7 +146,7 @@
|
||||||
|
|
||||||
#if defined(_WIN64) || defined(__amd64__) || defined(__x86_64__) || defined(__ia64__) || defined(__ia64) || \
|
#if 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__)
|
||||||
#define NAZARA_PLATFORM_X64
|
#define NAZARA_PLATFORM_x64
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(NAZARA_DEBUG) && !defined(NDEBUG)
|
#if !defined(NAZARA_DEBUG) && !defined(NDEBUG)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue