Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9aa7c9a

Browse files
authored
Export extern constants in embedder.h (#8550)
PR #8498 made these constants extern, but forgot to export them so they would be public symbols.
1 parent f804c29 commit 9aa7c9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shell/platform/embedder/embedder.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ typedef struct {
343343

344344
// |FlutterSemanticsNode| ID used as a sentinel to signal the end of a batch of
345345
// semantics node updates.
346+
FLUTTER_EXPORT
346347
extern const int32_t kFlutterSemanticsNodeIdBatchEnd;
347348

348349
// A node that represents some semantic data.
@@ -414,6 +415,7 @@ typedef struct {
414415

415416
// |FlutterSemanticsCustomAction| ID used as a sentinel to signal the end of a
416417
// batch of semantics custom action updates.
418+
FLUTTER_EXPORT
417419
extern const int32_t kFlutterSemanticsCustomActionIdBatchEnd;
418420

419421
// A custom semantics action, or action override.

0 commit comments

Comments
 (0)