1
0
Fork 0
libreoffice/external/liborcus/windows-constants-hack.patch
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02: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 {