mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-07 23:28:39 +01:00
Detect MSVC x64
This commit is contained in:
parent
6ac0611b07
commit
45915b67e4
@ -99,7 +99,7 @@ amm-info@iis.fraunhofer.de
|
|||||||
/* Take action against VisualStudio 2005 crosscompile problems. */
|
/* Take action against VisualStudio 2005 crosscompile problems. */
|
||||||
|
|
||||||
/* Use single macro (the GCC built in macro) for architecture identification independent of the particular toolchain */
|
/* Use single macro (the GCC built in macro) for architecture identification independent of the particular toolchain */
|
||||||
#if defined(__i386__) || defined(__i486__) || defined(__i586__) || defined(__i686__) || (defined(_MSC_VER) && defined(_M_IX86)) || defined (__x86_64__)
|
#if defined(__i386__) || defined(__i486__) || defined(__i586__) || defined(__i686__) || (defined(_MSC_VER) && defined(_M_IX86)) || defined (__x86_64__) || (defined(_MSC_VER) && defined(_M_X64))
|
||||||
#define __x86__
|
#define __x86__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user