From: cedric Date: Sat, 5 Nov 2011 14:01:18 +0000 (+0000) Subject: eina: don't hide symbol if we can build them in. X-Git-Tag: 2.0_alpha~49^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=844a50bfb69b15652e8f6e691b78cb5cb1b27857;p=framework%2Fuifw%2Feina.git eina: don't hide symbol if we can build them in. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@64762 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/eina_main.c b/src/lib/eina_main.c index ac2e778..8727f83 100644 --- a/src/lib/eina_main.c +++ b/src/lib/eina_main.c @@ -114,10 +114,10 @@ static int _mt_enabled = 0; #ifdef EFL_HAVE_THREADS EAPI int _eina_threads_debug = 0; -#endif -#ifdef EINA_HAVE_DEBUG_THREADS +# if !defined(_WIN32_WCE) && !defined(_WIN32) EAPI pthread_mutex_t _eina_tracking_lock; EAPI Eina_Inlist *_eina_tracking = NULL; +# endif #endif /* place module init/shutdown functions here to avoid other modules