X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2Fhandle;h=60f262307ea4d2fce3de240ed6a7c9bddaf02318;hb=74c9d19d99ddb6fea06ba49660b031f968da1145;hp=010f5c2d32e0d57cdb3f556d40e691daf94879d9;hpb=c2e1e65c0f837dcdd34cf39a097ea85a4741c149;p=synfig.git diff --git a/ETL/trunk/ETL/handle b/ETL/trunk/ETL/handle index 010f5c2..60f2623 100644 --- a/ETL/trunk/ETL/handle +++ b/ETL/trunk/ETL/handle @@ -31,7 +31,12 @@ #include "etl_config.h" // include the next line in an attempt to increase stability +// it seems to make things much *less* stable on MS Windows +#ifndef _WIN32 +#ifdef HAVE_LIBPTHREAD #define ETL_LOCK_REFCOUNTS +#endif +#endif #ifdef ETL_LOCK_REFCOUNTS # include "mutex"