summaryrefslogtreecommitdiff
path: root/external/liborcus/windows-constants-hack.patch
blob: 68e57857826d48c79e93f63cf62e48bcf05fdeeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 0

 namespace orcus {