1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-09-20 05:05:07 +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:
Jérôme Gardou 2021-06-22 10:28:47 +02:00 committed by Jérôme Gardou
commit a28a34f108
2 changed files with 3 additions and 7 deletions
sdk/include

View file

@ -4576,7 +4576,6 @@ RtlSetTimeZoneInformation(
_In_ PRTL_TIME_ZONE_INFORMATION TimeZoneInformation);
_Success_(return != FALSE)
_Must_inspect_result_
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

@ -933,7 +933,6 @@ RtlSetDaclSecurityDescriptor(
#endif /* _WIN64 */
_Success_(return != FALSE)
_Must_inspect_result_
NTSYSAPI
BOOLEAN
NTAPI
@ -1716,7 +1715,6 @@ RtlSecondsSince1980ToTime(
_Out_ PLARGE_INTEGER Time);
_Success_(return != 0)
_Must_inspect_result_
NTSYSAPI
BOOLEAN
NTAPI