Fix french comment
This commit is contained in:
parent
aec88aafa2
commit
1244ef1303
|
|
@ -134,7 +134,7 @@
|
|||
#define NAZARA_CORE_API
|
||||
#endif
|
||||
|
||||
// Détection 64 bits
|
||||
// Detect 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_AMD64) || defined (_M_X64))
|
||||
#define NAZARA_PLATFORM_x64
|
||||
|
|
|
|||
Loading…
Reference in New Issue