mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[SAL]
* Add some missing _Check_return_ annotations. svn path=/trunk/; revision=64063
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user