From 0926de50af5656e1e955b706b1e8afe25cd30628 Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Tue, 9 Jun 2015 11:42:31 +0900 Subject: Add guard macro to avoid build break '_' is defined already at capi-appfw-app-common Change-Id: I796aa5bf98f10a1732f1deed192c0b40dbfa8ced Signed-off-by: Sangyoon Jang --- include/appcore-common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/appcore-common.h b/include/appcore-common.h index 1201b6d..a79c4f3 100755 --- a/include/appcore-common.h +++ b/include/appcore-common.h @@ -52,7 +52,9 @@ extern "C" { #endif +#ifndef _ #define _(str) gettext(str) /**< gettext alias */ +#endif #define gettext_noop(str) (str) /**< keyword for xgettext to extract translatable strings */ #define N_(str) gettext_noop(str) /**< gettext_noop alias */ -- cgit v1.2.3