fix compilation without thread support

SVN revision: 51267
This commit is contained in:
Vincent Torri 2010-08-17 19:21:47 +00:00
parent 2c8b78f634
commit aaffd2acac
1 changed files with 1 additions and 1 deletions

View File

@ -330,8 +330,8 @@ _ecore_thread_init(void)
ECORE_THREAD_PIPE_DEL = ecore_event_type_new();
#ifdef EFL_HAVE_PTHREAD
del_handler = ecore_event_handler_add(ECORE_THREAD_PIPE_DEL, _ecore_thread_pipe_del, NULL);
#endif
main_loop_thread = pthread_self();
#endif
}
void