winedos: Sign-compare warning fix.
This commit is contained in:
parent
2ac52b0eee
commit
3e8f6538c8
|
@ -99,7 +99,7 @@ static void CALLBACK TIMER_TimerProc( HWND hwnd,
|
|||
}
|
||||
else
|
||||
{
|
||||
int i;
|
||||
DWORD i;
|
||||
|
||||
/* Calculate the number of valid timer interrupts we can generate */
|
||||
DWORD count = delta / TIMER_millis;
|
||||
|
|
Loading…
Reference in New Issue