eina: add API to join pahs, as well as path separators
authorVincent Torri <vincent.torri@gmail.com>
Thu, 13 Aug 2015 06:11:15 +0000 (08:11 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 21 Aug 2015 15:10:29 +0000 (17:10 +0200)
commit33227fc15d7fe2dcf7bdb7a69b3c46034d3c43b1
tree12e26c447ef7ac08c5a09a53f3abe3f68992c10e
parentb5d2cef660bc8e63074f1eada8fbd15392f2e3e3
eina: add API to join pahs, as well as path separators

eina_str_join() is used a lot to contatenate paths, but the
separator should be '\' on Windows. So add 2 API and 2 defines for
more cross platform code

@feature

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/Makefile_Eina.am
src/lib/eina/eina_file.h
src/lib/eina/eina_inline_file.x [new file with mode: 0644]