11 lines
364 B
Diff
11 lines
364 B
Diff
|
--- misc/libcdr-0.0.8/src/lib/libcdr_utils.h 2012-06-06 13:42:03.000000000 +0200
|
||
|
+++ misc/build/libcdr-0.0.8/src/lib/libcdr_utils.h 2012-06-11 15:09:43.305289500 +0200
|
||
|
@@ -50,6 +50,7 @@
|
||
|
typedef unsigned char uint8_t;
|
||
|
typedef unsigned short uint16_t;
|
||
|
typedef unsigned uint32_t;
|
||
|
+typedef short int16_t;
|
||
|
typedef int int32_t;
|
||
|
typedef unsigned __int64 uint64_t;
|
||
|
|