Fixed extern declaration of rpc_bind p_uuid_t variables.
authorArmin Novak <armin.novak@thincast.com>
Wed, 24 Oct 2018 13:46:18 +0000 (15:46 +0200)
committerArmin Novak <armin.novak@thincast.com>
Tue, 13 Nov 2018 10:22:37 +0000 (11:22 +0100)
libfreerdp/core/gateway/rpc_bind.h

index f52e384..5b37ff5 100644 (file)
 #include <winpr/wtypes.h>
 #include <freerdp/api.h>
 
-FREERDP_LOCAL const p_uuid_t TSGU_UUID;
+FREERDP_LOCAL extern const p_uuid_t TSGU_UUID;
 #define TSGU_SYNTAX_IF_VERSION 0x00030001
 
-FREERDP_LOCAL const p_uuid_t NDR_UUID;
+FREERDP_LOCAL extern const p_uuid_t NDR_UUID;
 #define NDR_SYNTAX_IF_VERSION  0x00000002
 
-FREERDP_LOCAL const p_uuid_t BTFN_UUID;
+FREERDP_LOCAL extern const p_uuid_t BTFN_UUID;
 #define BTFN_SYNTAX_IF_VERSION 0x00000001
 
 FREERDP_LOCAL int rpc_send_bind_pdu(rdpRpc* rpc);