summaryrefslogtreecommitdiff
path: root/libmwaw
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-13 15:59:02 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-13 15:59:11 +0100
commit2e8ab3350dd99c7cf284956b5d5eb9ee0358c84c (patch)
tree25565d80b88420cdc9103a24201a6f2754bc503f /libmwaw
parentc3d3b0220b322072c0fd731fe685587a46eef2d2 (diff)
Ouch, hope the last one
Change-Id: I53799932157342755c7cf6737ebcd19154166be1
Diffstat (limited to 'libmwaw')
-rw-r--r--libmwaw/libmwaw-0.1.7-misc.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/libmwaw/libmwaw-0.1.7-misc.patch b/libmwaw/libmwaw-0.1.7-misc.patch
index 85b6a3f338d0..b40166b230b2 100644
--- a/libmwaw/libmwaw-0.1.7-misc.patch
+++ b/libmwaw/libmwaw-0.1.7-misc.patch
@@ -131,3 +131,11 @@
#include <libwpd-stream/libwpd-stream.h>
#include <libwpd/libwpd.h>
+@@ -60,6 +65,7 @@ typedef unsigned short uint16_t;
+ typedef signed int int32_t;
+ typedef unsigned int uint32_t;
+ typedef unsigned __int64 uint64_t;
++typedef __int64 int64_t;
+
+ #else /* !_MSC_VER && !__DJGPP__*/
+