mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 13:29:43 +00:00
[NDK][XDK] Remove _Must_inspect_result_ from RtlTimeFieldsToTime & RtlTimeToSecondsSince1970
WDK doesn't have it and it causes more mess than anything. CORE-17637
This commit is contained in:
parent
28c5f7538a
commit
a28a34f108
2 changed files with 3 additions and 7 deletions
|
@ -4575,8 +4575,7 @@ NTAPI
|
|||
RtlSetTimeZoneInformation(
|
||||
_In_ PRTL_TIME_ZONE_INFORMATION TimeZoneInformation);
|
||||
|
||||
_Success_(return!=FALSE)
|
||||
_Must_inspect_result_
|
||||
_Success_(return != FALSE)
|
||||
NTSYSAPI
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
|
@ -4585,8 +4584,7 @@ RtlTimeFieldsToTime(
|
|||
_Out_ PLARGE_INTEGER Time
|
||||
);
|
||||
|
||||
_Success_(return != 0)
|
||||
_Must_inspect_result_
|
||||
_Success_(return != FALSE)
|
||||
NTSYSAPI
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue