mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
imm32/tests: Sign compare fix.
This commit is contained in:
parent
b7b28159c9
commit
49d08124a6
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ static void msg_spy_flush_msgs(void) {
|
|||
}
|
||||
|
||||
static CWPSTRUCT* msg_spy_find_msg(UINT message) {
|
||||
int i;
|
||||
UINT i;
|
||||
|
||||
msg_spy_pump_msg_queue();
|
||||
|
||||
|
|
Loading…
Reference in a new issue