From 44c24f8dc81d3bdc5838642ecc88067f6e60b6fd Mon Sep 17 00:00:00 2001 From: anotherguest Date: Tue, 26 Nov 2013 12:17:59 +0100 Subject: SYMBIAN OS:Use defaults for data types also for Symbian OS! --- video/codecs/mpeg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/codecs/mpeg.h') diff --git a/video/codecs/mpeg.h b/video/codecs/mpeg.h index 0082844537..3560f4b8b7 100644 --- a/video/codecs/mpeg.h +++ b/video/codecs/mpeg.h @@ -37,7 +37,7 @@ typedef signed short int16_t; typedef unsigned char uint8_t; typedef unsigned short uint16_t; -#elif defined(_MSC_VER) +#elif defined(_MSC_VER) || defined (__SYMBIAN32__) typedef signed char int8_t; typedef signed short int16_t; typedef unsigned char uint8_t; -- cgit v1.2.3