[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:
Jérôme Gardou 2021-06-22 10:28:47 +02:00 committed by Jérôme Gardou
parent 28c5f7538a
commit a28a34f108
2 changed files with 3 additions and 7 deletions

View file

@ -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

View file

@ -932,8 +932,7 @@ RtlSetDaclSecurityDescriptor(
#define RtlStoreUlongPtr(Address,Value) RtlStoreUlong(Address,Value)
#endif /* _WIN64 */
_Success_(return!=FALSE)
_Must_inspect_result_
_Success_(return != FALSE)
NTSYSAPI
BOOLEAN
NTAPI
@ -1716,7 +1715,6 @@ RtlSecondsSince1980ToTime(
_Out_ PLARGE_INTEGER Time);
_Success_(return != 0)
_Must_inspect_result_
NTSYSAPI
BOOLEAN
NTAPI