eina: don't hide symbol if we can build them in.
authorcedric <cedric>
Sat, 5 Nov 2011 14:01:18 +0000 (14:01 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 5 Nov 2011 14:01:18 +0000 (14:01 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@64762 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_main.c

index ac2e778..8727f83 100644 (file)
@@ -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