mirror of https://github.com/mstorsjo/fdk-aac.git
Merge "Only use __int64 on MSVC, not on all win32 compilers"
This commit is contained in:
commit
d2854e2ac7
|
@ -173,7 +173,7 @@ amm-info@iis.fraunhofer.de
|
||||||
|
|
||||||
|
|
||||||
/* Define 64 bit base integer type. */
|
/* Define 64 bit base integer type. */
|
||||||
#ifdef _WIN32
|
#ifdef _MSC_VER
|
||||||
typedef __int64 INT64;
|
typedef __int64 INT64;
|
||||||
typedef unsigned __int64 UINT64;
|
typedef unsigned __int64 UINT64;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue