summaryrefslogtreecommitdiff
path: root/libcdr/libcdr-0.0.8-msc.patch
blob: 6a44e7dc426ba03602bceef1b29abacf489eed76 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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;