| commit | 08c0f691cebc0994bb94bc160c080cccf8068561 | [log] [tgz] |
|---|---|---|
| author | Jeremy White <jwhite@codeweavers.com> | Sat Oct 09 02:26:29 2004 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Oct 09 02:26:29 2004 +0000 |
| tree | b25dd7b508b2a5aaa60ace08f9f7ca197f2991e0 | |
| parent | 2aa8e871d465ff11ddb4c044918d5d73029400f8 [diff] [blame] |
Made NtDelayExecution with a 0 timeout yield the CPU, as it is supposed to.
diff --git a/configure b/configure index 2bb7b49..b9ef8db 100755 --- a/configure +++ b/configure
@@ -16146,6 +16146,7 @@ + for ac_func in \ _lwp_create \ _lwp_self \ @@ -16188,6 +16189,7 @@ pwrite \ readlink \ rfork \ + sched_yield \ select \ sendmsg \ settimeofday \