From: raster Date: Fri, 13 Mar 2009 09:34:46 +0000 (+0000) Subject: oops - use macro for .h too X-Git-Tag: accepted/2.0/20130306.225542~242^2~2559 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2265b2deba6cf5280695223d55acf20cee741f1c;p=profile%2Fivi%2Fevas.git oops - use macro for .h too git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@39459 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/file/evas_module.h b/src/lib/file/evas_module.h index 7c6c277..d297fcd 100644 --- a/src/lib/file/evas_module.h +++ b/src/lib/file/evas_module.h @@ -50,9 +50,10 @@ struct _Evas_Module int ref; /* how many refs */ int last_used; /* the cycle count when it was last used */ -#if defined(HAVE_PTHREAD_H) && defined(BUILD_ASYNC_PRELOAD) - pthread_mutex_t lock; -#endif + LK(lock); +//#if defined(HAVE_PTHREAD_H) && defined(BUILD_ASYNC_PRELOAD) +// pthread_mutex_t lock; +//#endif unsigned char loaded : 1; };