Evas: If not threading, then LKT should not return 0, otherwise it will think it...
authorkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Sep 2011 18:00:57 +0000 (18:00 +0000)
committerkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Sep 2011 18:00:57 +0000 (18:00 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@63270 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/include/evas_common.h

index 2676794..870d6c2 100644 (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)