]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/tinyxml/0002_export_tinyxml.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / tinyxml / 0002_export_tinyxml.patch
1 # User Francisco Dias
2 # Date 1545049386 7200
3 # Mon Dec 17 10:23:06 2018 -0200
4 Export tinyXML.
5
6 diff --git a/tinyxml.h b/tinyxml.h
7 --- a/tinyxml.h
8 +++ b/tinyxml.h
9 @@ -38,6 +38,8 @@
10 #include <string.h>
11 #include <assert.h>
12
13 +#include "tinyxml_export.h"
14 +
15 // Help out windows:
16 #if defined( _DEBUG ) && !defined( DEBUG )
17 #define DEBUG
18 @@ -414,7 +416,7 @@
19
20 };
21 static Entity entity[ NUM_ENTITY ];
22 - static bool condenseWhiteSpace;
23 + static TINYXML_EXPORT bool condenseWhiteSpace;
24 };
25
26