Add guard macro to avoid build break 71/40771/1
authorSangyoon Jang <s89.jang@samsung.com>
Tue, 9 Jun 2015 02:42:31 +0000 (11:42 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Tue, 9 Jun 2015 02:42:31 +0000 (11:42 +0900)
'_' is defined already at capi-appfw-app-common

Change-Id: I796aa5bf98f10a1732f1deed192c0b40dbfa8ced
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
include/appcore-common.h

index 1201b6d..a79c4f3 100755 (executable)
@@ -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 */