From 4f9634027921a336a791af68a954d7ab438d3fb8 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Wed, 7 Sep 2011 18:00:57 +0000 Subject: [PATCH] Evas: If not threading, then LKT should not return 0, otherwise it will think it's a stuck lock SVN revision: 63270 --- legacy/evas/src/lib/include/evas_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/include/evas_common.h b/legacy/evas/src/lib/include/evas_common.h index 2676794014..870d6c2d2c 100644 --- a/legacy/evas/src/lib/include/evas_common.h +++ b/legacy/evas/src/lib/include/evas_common.h @@ -158,7 +158,7 @@ extern EAPI int _evas_log_dom_global; # define LKI(x) # define LKD(x) # define LKL(x) -# define LKT(x) 0 +# define LKT(x) 1 # define LKU(x) # define TH(x) # define THI(x)