mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,settings] refactor /network
* add CONNECTION_TYPE_INVALID * default to CONNECTION_TYPE_AUTODETECT * allow /network:invalid and /network:0 to disable
This commit is contained in:
@@ -85,6 +85,9 @@ extern "C"
|
||||
#define PERF_ENABLE_DESKTOP_COMPOSITION 0x00000100
|
||||
|
||||
/* Connection Types */
|
||||
#define CONNECTION_TYPE_INVALID \
|
||||
0x00 /* synthetic, removes RNS_UD_CS_VALID_CONNECTION_TYPE from ConnectionType in \
|
||||
EarlyCapabilityFlags */
|
||||
#define CONNECTION_TYPE_MODEM 0x01
|
||||
#define CONNECTION_TYPE_BROADBAND_LOW 0x02
|
||||
#define CONNECTION_TYPE_SATELLITE 0x03
|
||||
|
||||
Reference in New Issue
Block a user