mirror of
https://github.com/reactos/reactos.git
synced 2025-05-10 12:23:25 +00:00
[SAL]
* Add some missing _Check_return_ annotations. svn path=/trunk/; revision=64063
This commit is contained in:
parent
6327d11e06
commit
ada8c2467a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue