summaryrefslogtreecommitdiff
path: root/external/libetonyek/0001-fix-windows-build.patch
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-10-24 16:46:49 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-30 20:12:33 +0000
commit08ca3e40b0ac19975459589c9bee8ea77331a6c0 (patch)
tree5a98a6376f68d95bd8c0c06bd0b87826c12e4876 /external/libetonyek/0001-fix-windows-build.patch
parent412975713b4838582f635ac9e61a8a8e720ff09c (diff)
bundle libetonyek
Change-Id: I4099ea49ebce7c28152a0895086be5b86b18e28b Reviewed-on: https://gerrit.libreoffice.org/6486 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libetonyek/0001-fix-windows-build.patch')
-rw-r--r--external/libetonyek/0001-fix-windows-build.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/external/libetonyek/0001-fix-windows-build.patch b/external/libetonyek/0001-fix-windows-build.patch
new file mode 100644
index 000000000000..30e6609fafee
--- /dev/null
+++ b/external/libetonyek/0001-fix-windows-build.patch
@@ -0,0 +1,30 @@
+From abde3dc1e9c56f7bf68c91279d80a350beb58784 Mon Sep 17 00:00:00 2001
+From: David Tardon <dtardon@redhat.com>
+Date: Wed, 30 Oct 2013 17:57:51 +0100
+Subject: [PATCH] fix windows build
+
+---
+ src/lib/libetonyek_utils.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/lib/libetonyek_utils.h b/src/lib/libetonyek_utils.h
+index cd0d621..2b2bf48 100644
+--- a/src/lib/libetonyek_utils.h
++++ b/src/lib/libetonyek_utils.h
+@@ -24,11 +24,11 @@
+ typedef unsigned char uint8_t;
+ typedef unsigned short uint16_t;
+ typedef unsigned uint32_t;
+-typedef unsigned int64 uint64_t;
++typedef unsigned __int64 uint64_t;
+ typedef signed char int8_t;
+ typedef short int16_t;
+ typedef int int32_t;
+-typedef int64 int64_t;
++typedef __int64 int64_t;
+
+ #else
+
+--
+1.8.3.1
+