1 --- misc/libcdr-0.0.8/src/lib/libcdr_utils.h 2012-06-06 13:42:03.000000000 +0200
2 +++ misc/build/libcdr-0.0.8/src/lib/libcdr_utils.h 2012-06-11 15:09:43.305289500 +0200
4 typedef unsigned char uint8_t;
5 typedef unsigned short uint16_t;
6 typedef unsigned uint32_t;
7 +typedef short int16_t;
9 typedef unsigned __int64 uint64_t;