Commit fe0f0c03 authored by Alexandre Julliard's avatar Alexandre Julliard

system.drv: Avoid using the CONTEXT86 type.

parent d86df456
......@@ -63,7 +63,7 @@ static void CALLBACK SYSTEM_TimerTick( LPVOID arg, DWORD low, DWORD high )
if ((SYS_Timers[i].ticks -= SYS_TIMER_RATE) <= 0)
{
FARPROC16 proc = SYS_Timers[i].callback16;
CONTEXT86 context;
CONTEXT context;
SYS_Timers[i].ticks += SYS_Timers[i].rate;
......
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