wine/ scheduler/timer.c scheduler/synchro.c in ...

Bill Medland billmedland at mercuryspeed.com
Mon Mar 31 13:07:44 CST 2003


On March 30, 2003 05:37 pm, Alexandre Julliard wrote:
> ChangeSet ID:	7728
> CVSROOT:	/opt/cvs-commit
> Module name:	wine
> Changes by:	julliard at wine.codeweavers.com	2003/03/30 19:37:05
>
> Modified files:
> 	scheduler      : timer.c synchro.c
> 	include        : winternl.h
> 	dlls/ntdll     : time.c sync.c om.c ntdll_misc.h ntdll.spec
>
> Log message:
> 	Moved WaitForMultipleObjects to ntdll (based on a patch by Eric
> 	Pouech).
> 	Added NTDLL_get_server_timeout function to compute ntdll-style
> 	timeouts and adapted the timer code to use it.
>
> Patch: http://cvs.winehq.com/patch.py?id=7728
>

This breaks the build (on my machine at least)

sync.c contains a LARGE_INTEGER time and takes time.s.*
include/wtypes.h LARGE_INTEGER only contains a QuadPart as far as I can see.

> Old revision  New revision  Changes     Path
>  1.17          1.18          +9 -22      wine/scheduler/timer.c
>  1.45          1.46          +16 -189    wine/scheduler/synchro.c
>  1.21          1.22          +1 -0       wine/include/winternl.h
>  1.28          1.29          +42 -6      wine/dlls/ntdll/time.c
>  1.23          1.24          +192 -5     wine/dlls/ntdll/sync.c
>  1.25          1.26          +0 -13      wine/dlls/ntdll/om.c
>  1.11          1.12          +2 -0       wine/dlls/ntdll/ntdll_misc.h
>  1.101         1.102         +2 -2       wine/dlls/ntdll/ntdll.spec

-- 
Bill Medland
ACCPAC International, Inc.
medbi01 at accpac.com
Corporate: www.accpac.com
Hosted Services: www.accpaconline.com



More information about the wine-devel mailing list