the handler must return 1 otherwise it is destroyed after the first call
authorVincent Torri <vincent.torri@gmail.com>
Mon, 23 Nov 2009 23:05:00 +0000 (23:05 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Mon, 23 Nov 2009 23:05:00 +0000 (23:05 +0000)
SVN revision: 43938

legacy/ecore/src/lib/ecore_file/ecore_file_monitor_win32.c

index b63d674..c9992c5 100644 (file)
@@ -221,7 +221,7 @@ _ecore_file_monitor_win32_cb(void *data, Ecore_Win32_Handler *wh)
                           &md->buf_length,\r
                           &md->overlapped,\r
                           NULL);\r
-   return 0;\r
+   return 1;\r
 }\r
 \r
 int\r