Ecore: ecore_con : make ecore_con work on Windows
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 14 May 2011 17:52:30 +0000 (17:52 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 14 May 2011 17:52:30 +0000 (17:52 +0000)
commitd2362132339d0f7ed0a92fa4ec6041e8b9fd2568
tree2bd2242cb6f5155f1932f7815d81315d13e9c796
parent2fd9a46ba039f1b39d8ecbc1c0fe6b56fd8a0603
Ecore: ecore_con : make ecore_con work on Windows

The ecore_con module needed a port of the local connections
with named pipes. The other connections (TCP, UDP) are using
BSD sockets, which are also used on Windows.

No abstract sockets on Windows.

NB: Should I backport that commit to 1.0 ?

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59385 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
ChangeLog
configure.ac
src/lib/ecore_con/Ecore_Con.h
src/lib/ecore_con/Makefile.am
src/lib/ecore_con/ecore_con.c
src/lib/ecore_con/ecore_con_local_win32.c [new file with mode: 0644]
src/lib/ecore_con/ecore_con_private.h