summaryrefslogtreecommitdiffstats
path: root/libfaad2/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfaad2/common.h')
-rw-r--r--libfaad2/common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libfaad2/common.h b/libfaad2/common.h
index 4660e9589b..c622913ae0 100644
--- a/libfaad2/common.h
+++ b/libfaad2/common.h
@@ -109,7 +109,7 @@ extern "C" {
#if defined(_WIN32)
-
+#if 0
typedef unsigned __int64 uint64_t;
typedef unsigned __int32 uint32_t;
typedef unsigned __int16 uint16_t;
@@ -118,6 +118,9 @@ typedef __int64 int64_t;
typedef __int32 int32_t;
typedef __int16 int16_t;
typedef __int8 int8_t;
+#else
+#include <inttypes.h>
+#endif
typedef float float32_t;