diff -r 8a20451cf4b8 -r 32d0abd57edb egl/eglinterface/include/1.4/khronos_types.h --- a/egl/eglinterface/include/1.4/khronos_types.h Sun Mar 28 16:39:00 2010 +0100 +++ b/egl/eglinterface/include/1.4/khronos_types.h Tue Apr 06 16:47:49 2010 +0100 @@ -31,6 +31,11 @@ typedef TUint16 khronos_uint16_t; // unsigned short int typedef TInt32 khronos_int32_t; // long int typedef TUint32 khronos_uint32_t; // unsigned long int -typedef TUint64 khronos_utime_nanoseconds_t; // unsigned long long + +typedef TInt64 khronos_int64_t; // long int +typedef TUint64 khronos_uint64_t; // unsigned long int + +typedef TUint64 khronos_utime_nanoseconds_t; +typedef TInt32 khronos_stime_nanoseconds_t; #endif // __KHRONOS_TYPES_H__