Fix french comment

This commit is contained in:
Apjue 2019-04-26 21:51:43 +02:00
parent aec88aafa2
commit 1244ef1303
1 changed files with 1 additions and 1 deletions

View File

@ -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