From 603dc96699246f92673266ffdefe379e672d889c Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 13 Mar 2009 09:34:46 +0000 Subject: [PATCH] oops - use macro for .h too SVN revision: 39459 --- legacy/evas/src/lib/file/evas_module.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/legacy/evas/src/lib/file/evas_module.h b/legacy/evas/src/lib/file/evas_module.h index 7c6c277b27..d297fcd036 100644 --- a/legacy/evas/src/lib/file/evas_module.h +++ b/legacy/evas/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; };