Commit 3e8f6538 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

winedos: Sign-compare warning fix.

parent 2ac52b0e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment