Fixed a compiler warning for iterator type

This commit is contained in:
Armin Novak 2018-11-15 17:53:28 +01:00
parent 5343f6931d
commit e7724cb8c4
1 changed files with 1 additions and 1 deletions

View File

@ -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;