office-gobmx/external/liborcus/windows-constants-hack.patch
Tor Lillqvist c6ec65395c chmod -x
Change-Id: Ie07ef2f9e9f6d0b31b513afa913b79d9c641e4f1
2016-11-17 12:35:52 +02:00

15 lines
335 B
Diff

diff --git a/src/liborcus/info.cpp b/src/liborcus/info.cpp
index ae571f5..539ce18 100644
--- a/src/liborcus/info.cpp
+++ b/src/liborcus/info.cpp
@@ -7,7 +7,9 @@
#include "orcus/info.hpp"
-#include "constants.inl"
+#define ORCUS_MAJOR_VERSION 0
+#define ORCUS_MINOR_VERSION 11
+#define ORCUS_MICRO_VERSION 0
namespace orcus {