Evas: If not threading, then LKT should not return 0, otherwise it will think it's a stuck lock

SVN revision: 63270
This commit is contained in:
Youness Alaoui 2011-09-07 18:00:57 +00:00
parent c0b309e43e
commit 4f96340279
1 changed files with 1 additions and 1 deletions

View File

@ -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)