mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[client,common] fix build without client channels
This commit is contained in:
@@ -148,7 +148,7 @@ rdpContext* freerdp_client_context_new(const RDP_CLIENT_ENTRY_POINTS* pEntryPoin
|
||||
context = instance->context;
|
||||
context->instance = instance;
|
||||
|
||||
#if defined(WITH_CHANNELS)
|
||||
#if defined(WITH_CLIENT_CHANNELS)
|
||||
if (freerdp_register_addin_provider(freerdp_channels_load_static_addin_entry, 0) !=
|
||||
CHANNEL_RC_OK)
|
||||
goto out_fail2;
|
||||
|
||||
Reference in New Issue
Block a user