cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=815002bcfc4c6400466b3dcdc5c295489c066082
commit 815002bcfc4c6400466b3dcdc5c295489c066082 Author: Cedric BAIL <[email protected]> Date: Fri Jun 27 13:22:37 2014 +0200 eina: use the right function prototype on Windows. --- src/lib/eina/eina_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_thread.c b/src/lib/eina/eina_thread.c index a66ca89..d3a2963 100644 --- a/src/lib/eina/eina_thread.c +++ b/src/lib/eina/eina_thread.c @@ -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; --
