ecore: fix wait for stdin on Windows
authorAndrii Kroitor <an.kroitor@samsung.com>
Wed, 21 Dec 2016 13:08:58 +0000 (15:08 +0200)
committerAndrii Kroitor <an.kroitor@samsung.com>
Thu, 22 Dec 2016 12:13:40 +0000 (14:13 +0200)
commit053613db5277708f81de5b4e088155c127ba8ec9
tree74a2d521de895f716ea6e941a3d1a40a1cddf90f
parent2f1d666a06d374d1930cf69cf72f21c9700caf46
ecore: fix wait for stdin on Windows

We can't directly wait on stdin handle because it is signaled imediatly even
if there is no new data on input stream.
src/lib/ecore/ecore_main.c