winedos: Sign-compare warning fix.

This commit is contained in:
Andrew Talbot 2008-12-02 16:55:04 +00:00 committed by Alexandre Julliard
parent 2ac52b0eee
commit 3e8f6538c8
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ static void CALLBACK TIMER_TimerProc( HWND hwnd,
} }
else else
{ {
int i; DWORD i;
/* Calculate the number of valid timer interrupts we can generate */ /* Calculate the number of valid timer interrupts we can generate */
DWORD count = delta / TIMER_millis; DWORD count = delta / TIMER_millis;