1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-02-25 07:52:43 +01:00
Carlos Santa 5c6b4bd8d2 android: minimp3: Avoid redefinition of datatypes
Under Linux OS there's no need to redefine int64_t as a data type
still including sys/types.h to take care of any missing data types.

The following compilation errors are thrown if int64_t is defined:

Error:(50, 36) error: typedef redefinition with different types
 ('unsigned long long' vs '__uint64_t' (aka 'unsigned long'))
Error:(51, 37) error: typedef redefinition with different types
 ('long long' vs '__int64_t' (aka 'long'))

Issue: https://github.com/XProger/OpenLara/issues/67

Signed-off-by: Carlos Santa <santa.cm@gmail.com>
2017-05-14 19:41:40 -07:00
..
2017-05-01 03:58:21 +03:00
2017-05-10 02:34:59 +03:00
2017-04-24 01:50:27 +03:00
2017-04-24 01:50:27 +03:00
2017-04-01 21:24:53 +03:00
2017-05-14 21:09:52 +03:00
2017-03-14 04:13:30 +03:00
2017-03-05 23:59:19 +03:00
2017-05-15 00:39:39 +03:00