eina: don't hide symbol if we can build them in.

SVN revision: 64762
This commit is contained in:
Cedric BAIL 2011-11-05 14:01:18 +00:00
parent 550a40340a
commit 6d9d15423a
1 changed files with 2 additions and 2 deletions

View File

@ -114,10 +114,10 @@ static int _mt_enabled = 0;
#ifdef EFL_HAVE_THREADS #ifdef EFL_HAVE_THREADS
EAPI int _eina_threads_debug = 0; EAPI int _eina_threads_debug = 0;
#endif # if !defined(_WIN32_WCE) && !defined(_WIN32)
#ifdef EINA_HAVE_DEBUG_THREADS
EAPI pthread_mutex_t _eina_tracking_lock; EAPI pthread_mutex_t _eina_tracking_lock;
EAPI Eina_Inlist *_eina_tracking = NULL; EAPI Eina_Inlist *_eina_tracking = NULL;
# endif
#endif #endif
/* place module init/shutdown functions here to avoid other modules /* place module init/shutdown functions here to avoid other modules