ntoskrnl: Implement ExSystemTimeToLocalTime and ExLocalTimeToSystemTime

Erich Hoover ehoover at mines.edu
Thu Jan 14 10:55:42 CST 2010


On Thu, Jan 14, 2010 at 9:40 AM, Alexandre Julliard <julliard at winehq.org> wrote:
> Erich Hoover <ehoover at mines.edu> writes:
>> ...
>>    ntoskrnl: Implement ExSystemTimeToLocalTime and ExLocalTimeToSystemTime.
>
> You most likely want to use RtlSystemTimeToLocalTime etc.
>
> --
> Alexandre Julliard
> julliard at winehq.org
>

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 RtlSystemTimeToLocalTime
returns NTSTATUS)?

Erich Hoover
ehoover at mines.edu



More information about the wine-devel mailing list