Ecore : ecore_thread: use Sleep() on Windows, instead of usleep()
authorVincent Torri <vincent.torri@gmail.com>
Tue, 17 May 2011 07:17:53 +0000 (07:17 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Tue, 17 May 2011 07:17:53 +0000 (07:17 +0000)
commit223bcd686654a52977b0778bec9730721f5aacfa
tree0da9cab3e982c955bccf39383c938ac5a65a4dfc
parentdd503b47fd583356cbbf2e2e7a1eed0ac5ba939e
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.

SVN revision: 59466
legacy/ecore/src/lib/ecore/ecore_thread.c