-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools.open62541_1_3: new patch Bugfix for Shared Build
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/src/ua_types.c b/src/ua_types.c | ||
index b8f6739bb..7e8f7c43d 100644 | ||
--- a/src/ua_types.c | ||
+++ b/src/ua_types.c | ||
@@ -1880,7 +1880,7 @@ UA_Array_delete(void *p, size_t size, const UA_DataType *type) { | ||
} | ||
|
||
#ifdef UA_ENABLE_TYPEDESCRIPTION | ||
-UA_Boolean | ||
+UA_Boolean UA_EXPORT | ||
UA_DataType_getStructMember(const UA_DataType *type, const char *memberName, | ||
size_t *outOffset, const UA_DataType **outMemberType, | ||
UA_Boolean *outIsArray) { |