Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
08922859
Commit
08922859
authored
Aug 19, 2003
by
Jon Griffiths
Committed by
Alexandre Julliard
Aug 19, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make RtlTimeToSecondsSince1970 consistent with other time calls.
Documentation fixes.
parent
47b6d0af
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
79 additions
and
67 deletions
+79
-67
time.c
dlls/ntdll/time.c
+78
-66
winternl.h
include/winternl.h
+1
-1
No files found.
dlls/ntdll/time.c
View file @
08922859
This diff is collapsed.
Click to expand it.
include/winternl.h
View file @
08922859
...
@@ -1215,7 +1215,7 @@ NTSTATUS WINAPI RtlSystemTimeToLocalTime(const LARGE_INTEGER*,PLARGE_INTEGER);
...
@@ -1215,7 +1215,7 @@ NTSTATUS WINAPI RtlSystemTimeToLocalTime(const LARGE_INTEGER*,PLARGE_INTEGER);
void
WINAPI
RtlTimeToTimeFields
(
const
LARGE_INTEGER
*
,
PTIME_FIELDS
);
void
WINAPI
RtlTimeToTimeFields
(
const
LARGE_INTEGER
*
,
PTIME_FIELDS
);
BOOLEAN
WINAPI
RtlTimeFieldsToTime
(
PTIME_FIELDS
,
PLARGE_INTEGER
);
BOOLEAN
WINAPI
RtlTimeFieldsToTime
(
PTIME_FIELDS
,
PLARGE_INTEGER
);
void
WINAPI
RtlTimeToElapsedTimeFields
(
const
LARGE_INTEGER
*
,
PTIME_FIELDS
);
void
WINAPI
RtlTimeToElapsedTimeFields
(
const
LARGE_INTEGER
*
,
PTIME_FIELDS
);
BOOLEAN
WINAPI
RtlTimeToSecondsSince1970
(
const
LARGE_INTEGER
*
,
PULONG
);
BOOLEAN
WINAPI
RtlTimeToSecondsSince1970
(
const
LARGE_INTEGER
*
,
LPDWORD
);
BOOLEAN
WINAPI
RtlTimeToSecondsSince1980
(
const
LARGE_INTEGER
*
,
LPDWORD
);
BOOLEAN
WINAPI
RtlTimeToSecondsSince1980
(
const
LARGE_INTEGER
*
,
LPDWORD
);
BOOL
WINAPI
RtlTryEnterCriticalSection
(
RTL_CRITICAL_SECTION
*
);
BOOL
WINAPI
RtlTryEnterCriticalSection
(
RTL_CRITICAL_SECTION
*
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment