projects
/
platform
/
core
/
uifw
/
e-mod-tizen-keyrouter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aafdce
)
Undefine ttrace macros if these are defined
75/59475/1
accepted/tizen/common/20160223.110202
accepted/tizen/ivi/20160218.024345
accepted/tizen/mobile/20160216.060009
accepted/tizen/tv/20160216.060030
accepted/tizen/wearable/20160216.060055
submit/tizen/20160216.015904
submit/tizen_common/20160218.142243
submit/tizen_common/20160219.083441
submit/tizen_ivi/20160217.000000
submit/tizen_ivi/20160217.000004
author
JengHyun Kang
<jhyuni.kang@samsung.com>
Tue, 16 Feb 2016 01:56:29 +0000
(10:56 +0900)
committer
JengHyun Kang
<jhyuni.kang@samsung.com>
Tue, 16 Feb 2016 01:56:29 +0000
(10:56 +0900)
Change-Id: Id87a3f1d5e6553d09082fbe8aadba36fe4b09a6c
src/e_mod_main_wl.h
patch
|
blob
|
history
diff --git
a/src/e_mod_main_wl.h
b/src/e_mod_main_wl.h
index 6e4f9c5505e7364e754605255214ce4fe40a23be..57e586e1a589a661d01584616f451473afef274c 100644
(file)
--- a/
src/e_mod_main_wl.h
+++ b/
src/e_mod_main_wl.h
@@
-9,6
+9,13
@@
#include <cynara-creds-socket.h>
#endif
+#ifdef TRACE_BEGIN
+#undef TRACE_BEGIN
+#endif
+#ifdef TRACE_END
+#undef TRACE_END
+#endif
+
#ifdef ENABLE_TTRACE
#include <ttrace.h>