office-gobmx/external/liborcus/windows-constants-hack.patch
Kohei Yoshida e890b0f0a9 Upgrade orcus to 0.19.2
Change-Id: I2cbf5f93c3b8b2235828affdef7309c3611b19b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159258
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
2023-11-10 15:35:47 +01:00

15 lines
331 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 19
+#define ORCUS_MICRO_VERSION 2
namespace orcus {