oops - use macro for .h too

SVN revision: 39459
This commit is contained in:
Carsten Haitzler 2009-03-13 09:34:46 +00:00
parent bb0e068fa1
commit 603dc96699
1 changed files with 4 additions and 3 deletions

View File

@ -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;
};