eina: Only declare _eina_tracking_lock with thread debugging

Hopefully fixes compilation on windows

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63905
This commit is contained in:
Mike McCormack 2011-10-07 05:56:51 +00:00 committed by Mike McCormack
parent d1bfb51324
commit 3331e39a8f
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ static int _mt_enabled = 0;
#ifdef EFL_HAVE_THREADS
EAPI int _eina_threads_debug = 0;
#endif
#ifdef EINA_HAVE_DEBUG_THREADS
EAPI pthread_mutex_t _eina_tracking_lock;
EAPI Eina_Inlist *_eina_tracking = NULL;
#endif