Ecore : ecore_thread: use Sleep() on Windows, instead of usleep()
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 17 May 2011 07:17:53 +0000 (07:17 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 17 May 2011 07:17:53 +0000 (07:17 +0000)
commitf1eb77afb53bd0773cb3bdbb303d17f1388d9f81
treee5add295ee6404578fac8a0ac6a488ed5515b0e0
parente0f988b8814d7c2b02cd43419b85d76b1bd59f5e
Ecore : ecore_thread: use Sleep() on Windows, instead of usleep()

usleep() does not exists on Windows. Use Sleep() instead. But the
resolution timers are not good on Windows. the sleep will be around
50ms at best.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@59466 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore/ecore_thread.c