Evas events: fix for works with pipes on windows.
authorMykyta Biliavskyi <m.biliavskyi@samsung.com>
Fri, 4 Nov 2016 09:06:11 +0000 (11:06 +0200)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 17 Nov 2016 07:54:17 +0000 (16:54 +0900)
commitbfbff7c411cba997c234d1600b91bfb77d70d489
tree710ee54a090bb815dfc334c6ff6eebeeffe7f104
parent3c687cab7168c68d256d006fc0e80eff5c392bb9
Evas events: fix for works with pipes on windows.

Evil implementation of pipe() function uses sockets. Windows functions
"write", "read" and "close" doesn't works with sockets. In this commit
added macros, that replace "read" with "recv", "write" with "send" and
"close" with "closesocket".

@fix

Change-Id: Ic566c7b994cd23a8244f91835f85029c2d59991c
Signed-off-by: Mykyta Biliavskyi <m.biliavskyi@samsung.com>
src/lib/evas/canvas/evas_async_events.c