mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core] fixed -Wenum-int-mismatch
This commit is contained in:
@@ -127,8 +127,8 @@ typedef struct
|
||||
} FASTPATH_UPDATE_HEADER;
|
||||
|
||||
FREERDP_LOCAL BOOL fastpath_read_header_rdp(rdpFastPath* fastpath, wStream* s, UINT16* length);
|
||||
FREERDP_LOCAL int fastpath_recv_updates(rdpFastPath* fastpath, wStream* s);
|
||||
FREERDP_LOCAL int fastpath_recv_inputs(rdpFastPath* fastpath, wStream* s);
|
||||
FREERDP_LOCAL state_run_t fastpath_recv_updates(rdpFastPath* fastpath, wStream* s);
|
||||
FREERDP_LOCAL state_run_t fastpath_recv_inputs(rdpFastPath* fastpath, wStream* s);
|
||||
|
||||
FREERDP_LOCAL BOOL fastpath_decrypt(rdpFastPath* fastpath, wStream* s, UINT16* length);
|
||||
|
||||
|
||||
@@ -836,7 +836,7 @@ fail:
|
||||
* @return if the operation completed successfully
|
||||
*/
|
||||
|
||||
int license_client_recv(rdpLicense* license, wStream* s)
|
||||
state_run_t license_client_recv(rdpLicense* license, wStream* s)
|
||||
{
|
||||
BYTE flags;
|
||||
BYTE bMsgType;
|
||||
|
||||
Reference in New Issue
Block a user