2020-10-17 17:01:36 +08:00
|
|
|
diff -urN a/runtime/src/support/guid.h b/runtime/src/support/guid.h
|
|
|
|
--- a/runtime/src/support/guid.h
|
|
|
|
+++ b/runtime/src/support/guid.h
|
2019-03-09 14:09:33 +08:00
|
|
|
@@ -38,7 +38,7 @@
|
|
|
|
// 16 byte value that can be passed around by value. It also supports
|
|
|
|
// conversion to string (via the stream operator <<) and conversion from a
|
|
|
|
// string via constructor.
|
|
|
|
-class Guid
|
|
|
|
+class ANTLR4CPP_PUBLIC Guid
|
|
|
|
{
|
|
|
|
public:
|
2020-10-17 17:01:36 +08:00
|
|
|
|
2019-03-09 14:09:33 +08:00
|
|
|
@@ -90,7 +90,7 @@
|
|
|
|
// function would no longer be cross-platform if we parameterized the android
|
|
|
|
// version. Instead, construction of the GuidGenerator may be different on
|
|
|
|
// each platform, but the use of newGuid is uniform.
|
|
|
|
-class GuidGenerator
|
|
|
|
+class ANTLR4CPP_PUBLIC GuidGenerator
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
#ifdef GUID_ANDROID
|
|
|
|
|