Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / liborcus / windows-constants-hack.patch
blobe86c74a722f3b50280d0f319f41a8aa205277190
1 diff --git a/src/liborcus/info.cpp b/src/liborcus/info.cpp
2 index ae571f5..539ce18 100644
3 --- a/src/liborcus/info.cpp
4 +++ b/src/liborcus/info.cpp
5 @@ -7,7 +7,9 @@
7 #include "orcus/info.hpp"
9 -#include "constants.inl"
10 +#define ORCUS_MAJOR_VERSION 0
11 +#define ORCUS_MINOR_VERSION 17
12 +#define ORCUS_MICRO_VERSION 2
14 namespace orcus {