Browse Source

Add UA_EXPORT to UA_SECURITY_POLICY_NONE_URI for shared builds

Christian von Arnim 5 years ago
parent
commit
8c7fdf70bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/open62541/plugin/securitypolicy.h

+ 1 - 1
include/open62541/plugin/securitypolicy.h

@@ -16,7 +16,7 @@
 
 _UA_BEGIN_DECLS
 
-extern const UA_ByteString UA_SECURITY_POLICY_NONE_URI;
+extern UA_EXPORT const UA_ByteString UA_SECURITY_POLICY_NONE_URI;
 
 struct UA_SecurityPolicy;
 typedef struct UA_SecurityPolicy UA_SecurityPolicy;