Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aacb8216 authored by Deckard Autoverifier's avatar Deckard Autoverifier Committed by Android Code Review
Browse files

Merge "stagefright: Only use __int64 on MSVC, not on all win32 compilers"

parents ac04df0b 2a459211
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ typedef signed long VO_S32;
   since the compiler does not support the way the component was written.
*/
#ifndef VO_SKIP64BIT
#ifdef _WIN32
#ifdef _MSC_VER
/** VO_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
typedef unsigned __int64  VO_U64;
/** VO_S64 is a 64 bit signed quantity that is 64 bit word aligned */