diff options
Diffstat (limited to 'src/lib/ecore_input_evas')
-rw-r--r-- | src/lib/ecore_input_evas/ecore_input_evas_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ecore_input_evas/ecore_input_evas_private.h b/src/lib/ecore_input_evas/ecore_input_evas_private.h index c19cfbf675..1e40313065 100644 --- a/src/lib/ecore_input_evas/ecore_input_evas_private.h +++ b/src/lib/ecore_input_evas/ecore_input_evas_private.h | |||
@@ -29,9 +29,9 @@ extern int _ecore_input_evas_log_dom; | |||
29 | #endif | 29 | #endif |
30 | #define WRN(...) EINA_LOG_DOM_WARN(_ecore_input_evas_log_dom, __VA_ARGS__) | 30 | #define WRN(...) EINA_LOG_DOM_WARN(_ecore_input_evas_log_dom, __VA_ARGS__) |
31 | 31 | ||
32 | #ifdef CRIT | 32 | #ifdef CRI |
33 | #undef CRIT | 33 | #undef CRI |
34 | #endif | 34 | #endif |
35 | #define CRIT(...) EINA_LOG_DOM_CRIT(_ecore_input_evas_log_dom, __VA_ARGS__) | 35 | #define CRI(...) EINA_LOG_DOM_CRIT(_ecore_input_evas_log_dom, __VA_ARGS__) |
36 | 36 | ||
37 | #endif | 37 | #endif |