remote: modified define construction in ui/input.c 10/14110/1
authorsungmin ha <sungmin82.ha@samsung.com>
Mon, 23 Dec 2013 10:48:44 +0000 (19:48 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Mon, 23 Dec 2013 10:51:10 +0000 (19:51 +0900)
Change-Id: I1535ed1bfe5d72102533c52144606a806ab272ca
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
ui/input.c

index faae786feeb925a1f7ed7828e617cd27611710df..d60a6dafab1c7e7c9f1f9d65a476f412d4b203e2 100644 (file)
@@ -22,7 +22,7 @@
  * THE SOFTWARE.
  */
 
-#ifdef CONFIG_MARU && CONFIG_LINUX
+#if defined CONFIG_MARU && defined CONFIG_LINUX
 #include <pthread.h>
 #endif
 
@@ -34,7 +34,7 @@
 #include "qapi-types.h"
 #include "ui/keymaps.h"
 
-#ifdef CONFIG_MARU && CONFIG_LINUX
+#if defined CONFIG_MARU && defined CONFIG_LINUX
 extern void maru_hwkey_event(int event_type, int keycode);
 extern void do_rotation_event(int rotation_type);
 extern void do_host_kbd_enable(bool on);
@@ -537,7 +537,7 @@ int kbd_mouse_has_absolute(void)
     return 0;
 }
 
-#ifdef CONFIG_MARU && CONFIG_LINUX
+#if defined CONFIG_MARU && defined CONFIG_LINUX
 void hwkey_put_keycode(int type, int keycode)
 {
     if (!runstate_is_running() && !runstate_check(RUN_STATE_SUSPENDED)) {