Commit 7480fa28 authored by Geoffroy Couprie's avatar Geoffroy Couprie

WinCE: fix compilation of wince.cpp

parent b706620b
......@@ -198,8 +198,8 @@ static void Run( intf_thread_t *p_intf )
p_intf->pf_show_dialog = NULL;
}
else
WaitForSingleObject (p_priv->thread_ready, INFINITE);
CloseHandle (p_priv->thread_ready);
WaitForSingleObject (p_intf->p_sys->thread_ready, INFINITE);
CloseHandle (p_intf->p_sys->thread_ready);
}
else
{
......
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