projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4fc0c7
)
Fixed extern declaration of rpc_bind p_uuid_t variables.
author
Armin Novak
<armin.novak@thincast.com>
Wed, 24 Oct 2018 13:46:18 +0000
(15:46 +0200)
committer
Armin Novak
<armin.novak@thincast.com>
Tue, 13 Nov 2018 10:22:37 +0000
(11:22 +0100)
libfreerdp/core/gateway/rpc_bind.h
patch
|
blob
|
history
diff --git
a/libfreerdp/core/gateway/rpc_bind.h
b/libfreerdp/core/gateway/rpc_bind.h
index
f52e384
..
5b37ff5
100644
(file)
--- a/
libfreerdp/core/gateway/rpc_bind.h
+++ b/
libfreerdp/core/gateway/rpc_bind.h
@@
-25,13
+25,13
@@
#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);