mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
[CRT] Fix some inconsistent annotations in CRT headers.
This fixes about 5000 VS analysis warnings.
This commit is contained in:
parent
f5c5426924
commit
b72efb6ca8
3 changed files with 4 additions and 2 deletions
|
@ -508,7 +508,7 @@ extern "C" {
|
|||
_strupr_s_l(
|
||||
_Inout_updates_z_(_Size) char *_Str,
|
||||
_In_ size_t _Size,
|
||||
_locale_t _Locale);
|
||||
_In_opt_ _locale_t _Locale);
|
||||
|
||||
_Check_return_wat_
|
||||
_CRTIMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue