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