mirror of https://github.com/neutrinolabs/xrdp
added RDP_PDU_REDIRECT
This commit is contained in:
parent
fbc855e132
commit
a648ebc018
|
@ -99,6 +99,7 @@
|
|||
/* RDP PDU codes */
|
||||
#define RDP_PDU_DEMAND_ACTIVE 1
|
||||
#define RDP_PDU_CONFIRM_ACTIVE 3
|
||||
#define RDP_PDU_REDIRECT 4
|
||||
#define RDP_PDU_DEACTIVATE 6
|
||||
#define RDP_PDU_DATA 7
|
||||
|
||||
|
|
Loading…
Reference in New Issue