mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Add RtlTimeToSecondsSince1970() prototype
svn path=/trunk/; revision=32284
This commit is contained in:
parent
0ba562cefa
commit
a3445ec1e4
1 changed files with 8 additions and 0 deletions
|
@ -3049,6 +3049,14 @@ RtlTimeFieldsToTime(
|
|||
PLARGE_INTEGER Time
|
||||
);
|
||||
|
||||
NTSYSAPI
|
||||
VOID
|
||||
NTAPI
|
||||
RtlTimeToSecondsSince1970(
|
||||
PLARGE_INTEGER Time,
|
||||
OUT PULONG SecondsSince1970
|
||||
);
|
||||
|
||||
NTSYSAPI
|
||||
VOID
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue