eio: Win32 make GetOverlappedResult function non-blocking

@fix

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
michelle legrand 2015-01-30 10:49:49 +01:00 committed by Cedric BAIL
parent 9350965125
commit db55e76a4a
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ _eio_monitor_win32_cb(void *data, Ecore_Win32_Handler *wh EINA_UNUSED)
w = (Eio_Monitor_Win32_Watcher *)data;
if (!GetOverlappedResult(w->handle, &w->overlapped, &buf_length, TRUE))
if (!GetOverlappedResult(w->handle, &w->overlapped, &buf_length, FALSE))
return ECORE_CALLBACK_RENEW;
fni = (PFILE_NOTIFY_INFORMATION)w->buffer;