ecore_input: disable joystick on Windows/MacOS 45/167045/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 15 Jan 2018 06:27:33 +0000 (15:27 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 15 Jan 2018 06:27:33 +0000 (15:27 +0900)
※ original commit adb1a9a9f51fd8c483539a0d5c1ed94c8f416cf5

@tizen_fix

Change-Id: Id4f8e45a5ad8ab4e7fb2a826c9a95152b54e8306

src/lib/ecore_input/ecore_input_joystick.c

index 28f527b..651fd55 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef _WIN32
+#ifndef __APPLE__
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
@@ -648,3 +650,5 @@ ecore_input_joystick_name_get(int index)
 #endif
    return NULL;
 }
+#endif
+#endif