mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[INTSAFE.H]
- Use SAL2 instead of SAL1 svn path=/trunk/; revision=60523
This commit is contained in:
parent
1753f36879
commit
7806be19d5
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ DEFINE_SAFE_MULT_U32(SIZETMult, SIZE_T, ULongLongToSIZET)
|
|||
#endif
|
||||
|
||||
#define DEFINE_SAFE_MULT_U16(_Name, _Type, _Convert) \
|
||||
__checkReturn \
|
||||
_Must_inspect_result_ \
|
||||
__forceinline \
|
||||
INTSAFE_RESULT \
|
||||
INTSAFE_NAME(_Name)( \
|
||||
|
|
Loading…
Reference in a new issue