From ada8c2467ac2f124b746d856eef766174e965109 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 7 Sep 2014 17:10:44 +0000 Subject: [PATCH] [SAL] * Add some missing _Check_return_ annotations. svn path=/trunk/; revision=64063 --- reactos/include/crt/stdlib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/crt/stdlib.h b/reactos/include/crt/stdlib.h index cd197283ecc..d1d3c22daff 100644 --- a/reactos/include/crt/stdlib.h +++ b/reactos/include/crt/stdlib.h @@ -1202,6 +1202,7 @@ extern "C" { _In_ int _Shift); #if _INTEGRAL_MAX_BITS >= 64 + _Check_return_ __MINGW_EXTENSION unsigned __int64 __cdecl @@ -1217,6 +1218,7 @@ extern "C" { _In_ int _Shift); #if _INTEGRAL_MAX_BITS >= 64 + _Check_return_ __MINGW_EXTENSION unsigned __int64 __cdecl -- 2.17.1