X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=ETL%2Ftrunk%2FETL%2Fhandle;h=d5ef74a97d7265b4a62f51595afe65c7edeaba26;hb=429a714273c61bfadf0f8f373403760910f75eef;hp=d957f76e746712354be8c5af0168d48121421257;hpb=c8833dd28d1b06713e91f1f069e93f0fbfa6c971;p=synfig.git diff --git a/ETL/trunk/ETL/handle b/ETL/trunk/ETL/handle index d957f76..d5ef74a 100644 --- a/ETL/trunk/ETL/handle +++ b/ETL/trunk/ETL/handle @@ -23,8 +23,8 @@ /* === S T A R T =========================================================== */ -#ifndef __HANDLE__ -#define __HANDLE__ +#ifndef __ETL__HANDLE__ +#define __ETL__HANDLE__ /* === H E A D E R S ======================================================= */ @@ -33,10 +33,12 @@ // include the next line in an attempt to increase stability // it seems to make things much *less* stable on MS Windows #ifndef _WIN32 -#define ETL_LOCK_REFCOUNTS +#ifdef __ETL_HAS_LIBPTHREAD +#define __ETL_LOCK_REFCOUNTS +#endif #endif -#ifdef ETL_LOCK_REFCOUNTS +#ifdef __ETL_LOCK_REFCOUNTS # include "mutex" #endif