Fixed a compiler warning for iterator type
This commit is contained in:
parent
5343f6931d
commit
e7724cb8c4
@ -1872,7 +1872,7 @@ BOOL gcc_read_client_monitor_extended_data(wStream* s, rdpMcs* mcs,
|
||||
|
||||
void gcc_write_client_monitor_extended_data(wStream* s, rdpMcs* mcs)
|
||||
{
|
||||
int i;
|
||||
UINT32 i;
|
||||
UINT16 length;
|
||||
rdpSettings* settings = mcs->settings;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user