dont use #ifdeffed out calls

SVN revision: 41726
This commit is contained in:
Carsten Haitzler 2009-08-13 00:30:59 +00:00
parent 26d8a50642
commit 447051bf3c
1 changed files with 2 additions and 1 deletions

View File

@ -143,8 +143,9 @@ ecore_thread_init(void)
_ecore_thread_count_max = 1;
ECORE_THREAD_PIPE_DEL = ecore_event_type_new();
#ifdef BUILD_PTHREAD
del_handler = ecore_event_handler_add(ECORE_THREAD_PIPE_DEL, _ecore_thread_pipe_del, NULL);
#endif
return _ecore_thread_init;
}