X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2Fmutex;h=f7a9939251e79dffbf680f73dd9404be60e7635f;hb=c2e1e65c0f837dcdd34cf39a097ea85a4741c149;hp=4bc5d542a129168b1ed3ace919fe38b6e7732962;hpb=413d2eec938f3f324637e69c63d7240c83500631;p=synfig.git diff --git a/ETL/trunk/ETL/mutex b/ETL/trunk/ETL/mutex index 4bc5d54..f7a9939 100644 --- a/ETL/trunk/ETL/mutex +++ b/ETL/trunk/ETL/mutex @@ -29,7 +29,13 @@ #include "etl_config.h" -#include "_mutex_simple.h" +#ifdef HAVE_LIBPTHREAD +# include "_mutex_pthreads_simple.h" +#else +#ifdef _WIN32 +# include "_mutex_win32.h" +#endif +#endif /* === E N D =============================================================== */