From 9ea051ef55483078272b158f1a51ee61d44a63e7 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Thu, 5 Oct 2023 10:55:10 +0900 Subject: [PATCH] ecore_main: fix typo Change-Id: I05fe2a525db2d4dcccd00a7d6f679ffdeab136b1 Signed-off-by: Hwankyu Jhun --- src/lib/ecore/ecore_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore/ecore_main.c b/src/lib/ecore/ecore_main.c index 93d2a87..fe9fd0c 100644 --- a/src/lib/ecore/ecore_main.c +++ b/src/lib/ecore/ecore_main.c @@ -1275,7 +1275,7 @@ _ecore_main_loop_iterate_may_block(Eo *obj, Efl_Loop_Data *pd, int may_block) return 0; } -#ifdef USR_G_MAIN_LOOP +#ifdef USE_G_MAIN_LOOP //TIZEN_ONLY(220331): Use tizen glib context /* If a process sets the tizen glib context using the getenv(), * this function uses the tizen glib context instead of the global default context. -- 2.7.4