mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed wrong type for AuthenticationLevel.
Replaced type BOOL with INT32 as according to MSDN they are typedefed. This keeps the ABI compatible and fixes the wrong data type.
This commit is contained in:
@@ -1011,7 +1011,7 @@ struct rdp_settings
|
||||
ALIGN64 BOOL RestrictedAdminModeRequired; /* 1097 */
|
||||
ALIGN64 char* AuthenticationServiceClass; /* 1098 */
|
||||
ALIGN64 BOOL DisableCredentialsDelegation; /* 1099 */
|
||||
ALIGN64 BOOL AuthenticationLevel; /* 1100 */
|
||||
ALIGN64 UINT32 AuthenticationLevel; /* 1100 */
|
||||
ALIGN64 char* AllowedTlsCiphers; /* 1101 */
|
||||
ALIGN64 BOOL VmConnectMode; /* 1102 */
|
||||
ALIGN64 char* NtlmSamFile; /* 1103 */
|
||||
|
||||
Reference in New Issue
Block a user