eina: use the right function prototype on Windows.

This commit is contained in:
Cedric BAIL 2014-06-27 13:22:37 +02:00
parent 2d1431b8f9
commit 815002bcfc
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ _eina_thread_equal(Eina_Thread t1, Eina_Thread t2)
return EINA_FALSE;
}
static DWORD WINAPI
static unsigned int WINAPI
_eina_thread_win32_cb(LPVOID lpParam)
{
Eina_Thread_Win32 *tw = lpParam;