ソースを参照

Add UA_EXPORT to UA_SECURITY_POLICY_NONE_URI for shared builds

Christian von Arnim 5 年 前
コミット
8c7fdf70bc
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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;