Files
loongoffice/external/liborcus/windows-constants-hack.patch
Kohei Yoshida 109ed8f775 Upgrade liborcus to 0.16.0.
Change-Id: Iae29fb26417dfc161698a81bee84e81545969065
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102502
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
2020-09-12 05:49:10 +02:00

16 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 16
+#define ORCUS_MICRO_VERSION 0
namespace orcus {