mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed wrong define check
The deprecated command line must only be used if WITH_FREERDP_DEPRECATED_COMMANDLINE is defined
This commit is contained in:
@@ -174,7 +174,7 @@ static const test tests[] = {
|
||||
check_settings_smartcard_no_redirection,
|
||||
{ "testfreerdp", "--invalid", 0 },
|
||||
{ { 0 } } },
|
||||
#if defined(WITH_FREERDP_DEPRECATED)
|
||||
#if defined(WITH_FREERDP_DEPRECATED_CMDLINE)
|
||||
{ COMMAND_LINE_STATUS_PRINT,
|
||||
check_settings_smartcard_no_redirection,
|
||||
{ "testfreerdp", "/kbd-list", 0 },
|
||||
|
||||
Reference in New Issue
Block a user