Explorar el Código

Add UA_EXPORT to UA_SECURITY_POLICY_NONE_URI for shared builds

Christian von Arnim hace 5 años
padre
commit
8c7fdf70bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;