Re: ntoskrnl: Implement ExSystemTimeToLocalTime and ExLocalTimeToSystemTime

2010-01-14 Thread Alexandre Julliard
Erich Hoover writes: > Yup, sorry about that. It's funny how there are convenient functions > like that lying around. Is it acceptable to just forward the call in > the DLL spec when the return value of the function is different > (ExSystemTimeToLocalTime has no return where RtlSystemTimeToLoca

Re: ntoskrnl: Implement ExSystemTimeToLocalTime and ExLocalTimeToSystemTime

2010-01-14 Thread Erich Hoover
On Thu, Jan 14, 2010 at 9:40 AM, Alexandre Julliard wrote: > Erich Hoover writes: >> ... >>    ntoskrnl: Implement ExSystemTimeToLocalTime and ExLocalTimeToSystemTime. > > You most likely want to use RtlSystemTimeToLocalTime etc. > > -- > Alexandre Julliard >

Re: ntoskrnl: Implement ExSystemTimeToLocalTime and ExLocalTimeToSystemTime

2010-01-14 Thread Alexandre Julliard
t; is required by the full version of ZEMAX). Without the patch the > service will crash every time Wine loads, slowing down the launching > of all applications. > Changelog: >ntoskrnl: Implement ExSystemTimeToLocalTime and ExLocalTimeToSystemTime. You most likely want to