the handler must return 1 otherwise it is destroyed after the first call

SVN revision: 43938
This commit is contained in:
Vincent Torri 2009-11-23 23:05:00 +00:00
parent 2001a9e246
commit 76fd6276a6
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ _ecore_file_monitor_win32_cb(void *data, Ecore_Win32_Handler *wh)
&md->buf_length,
&md->overlapped,
NULL);
return 0;
return 1;
}
int