getenv("HOME") causes the build break on windows.
This is caused by
860995081934e9496ca2eeb6b1567edd9730e4b5
Change-Id: I7a7583c524d24910d70764bae88a1a067df4ad86
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
// elm_config monitors a file(TIZEN_MOUNT_CHECK_PATH) which is created
// after mounting. then if it doesn't exist, elm_config will access to
// the fallback path based on TIZEN_UNMOUNT_FALLBACK_BASE_DIR
-#define TIZEN_MOUNT_CHECK_PATH getenv("HOME")
+#define TIZEN_MOUNT_CHECK_PATH eina_environment_home_get()
#define TIZEN_UNMOUNT_FALLBACK_BASE_DIR "/opt"
// END