ChangeSet ID: 8636 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/30 16:00:17
Modified files: scheduler : synchro.c include : winternl.h dlls/ntdll : sync.c signal_sparc.c signal_powerpc.c signal_i386.c ntdll_misc.h ntdll.spec file.c
Log message: Implemented NtDelayExecution and make Sleep call it. The handle count must not be 0 in NtWaitForMultipleObjects (spotted by Troy Rollo).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8636
Old revision New revision Changes Path 1.47 1.48 +14 -4 wine/scheduler/synchro.c 1.43 1.44 +3 -2 wine/include/winternl.h 1.30 1.31 +72 -18 wine/dlls/ntdll/sync.c 1.25 1.26 +2 -1 wine/dlls/ntdll/signal_sparc.c 1.14 1.15 +2 -1 wine/dlls/ntdll/signal_powerpc.c 1.64 1.65 +2 -2 wine/dlls/ntdll/signal_i386.c 1.19 1.20 +2 -0 wine/dlls/ntdll/ntdll_misc.h 1.120 1.121 +2 -2 wine/dlls/ntdll/ntdll.spec 1.26 1.27 +1 -1 wine/dlls/ntdll/file.c