X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2Fhandle;h=76508bce81a4dda48a13b12f51766a4b06a2615f;hb=4cfe2b68ebd2556f9926965dcea2ca8f3fc050ea;hp=d5ef74a97d7265b4a62f51595afe65c7edeaba26;hpb=697bc5a5331b2750271bb68d401adb329ed7d95e;p=synfig.git diff --git a/ETL/trunk/ETL/handle b/ETL/trunk/ETL/handle index d5ef74a..76508bc 100644 --- a/ETL/trunk/ETL/handle +++ b/ETL/trunk/ETL/handle @@ -33,12 +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 -#ifdef __ETL_HAS_LIBPTHREAD -#define __ETL_LOCK_REFCOUNTS +#ifdef HAVE_LIBPTHREAD +#define ETL_LOCK_REFCOUNTS #endif #endif -#ifdef __ETL_LOCK_REFCOUNTS +#ifdef ETL_LOCK_REFCOUNTS # include "mutex" #endif