mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 21:48:19 +00:00
Fix return type
svn path=/trunk/; revision=32288
This commit is contained in:
parent
4e98dbef17
commit
2681f2febc
1 changed files with 1 additions and 1 deletions
|
@ -3050,7 +3050,7 @@ RtlTimeFieldsToTime(
|
||||||
);
|
);
|
||||||
|
|
||||||
NTSYSAPI
|
NTSYSAPI
|
||||||
VOID
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
RtlTimeToSecondsSince1970(
|
RtlTimeToSecondsSince1970(
|
||||||
PLARGE_INTEGER Time,
|
PLARGE_INTEGER Time,
|
||||||
|
|
Loading…
Reference in a new issue