]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/antlr4/export_guid.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / antlr4 / export_guid.patch
CommitLineData
1e59de90
TL
1diff -urN a/runtime/src/support/guid.h b/runtime/src/support/guid.h
2--- a/runtime/src/support/guid.h
3+++ b/runtime/src/support/guid.h
4@@ -38,7 +38,7 @@
5 // 16 byte value that can be passed around by value. It also supports
6 // conversion to string (via the stream operator <<) and conversion from a
7 // string via constructor.
8-class Guid
9+class ANTLR4CPP_PUBLIC Guid
10 {
11 public:
12
13@@ -90,7 +90,7 @@
14 // function would no longer be cross-platform if we parameterized the android
15 // version. Instead, construction of the GuidGenerator may be different on
16 // each platform, but the use of newGuid is uniform.
17-class GuidGenerator
18+class ANTLR4CPP_PUBLIC GuidGenerator
19 {
20 public:
21 #ifdef GUID_ANDROID
22