errr use the right define for this

SVN revision: 50952
This commit is contained in:
Mike Blumenkrantz 2010-08-10 03:37:21 +00:00
parent 56a0bd9396
commit 6bc0a6cb14
1 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ eina_threads_init(void)
eina_share_common_threads_init();
eina_log_threads_init();
#ifdef EFL_RWLOCKS_ENABLE
#ifdef EFL_HAVE_POSIX_THREADS_RWLOCK
eina_array_threadsafety_init();
#endif
_threads_activated = EINA_TRUE;
@ -352,7 +352,7 @@ eina_threads_shutdown(void)
eina_share_common_threads_shutdown();
eina_log_threads_shutdown();
#ifdef EFL_RWLOCKS_ENABLE
#ifdef EFL_HAVE_POSIX_THREADS_RWLOCK
eina_array_threadsafety_shutdown();
#endif