mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Use defines instad of channel names
This commit is contained in:
@@ -36,7 +36,7 @@ UINT shadow_client_channels_post_connect(rdpShadowClient* client)
|
||||
shadow_client_remdesk_init(client);
|
||||
}
|
||||
|
||||
if (WTSVirtualChannelManagerIsChannelJoined(client->vcm, "rdpsnd"))
|
||||
if (WTSVirtualChannelManagerIsChannelJoined(client->vcm, RDPSND_DVC_CHANNEL_NAME))
|
||||
{
|
||||
shadow_client_rdpsnd_init(client);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user