mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[PSDK]
* Add __out_data_source annotation. svn path=/trunk/; revision=55068
This commit is contained in:
parent
7a3aa20827
commit
e313bf569b
1 changed files with 10 additions and 0 deletions
|
@ -48,3 +48,13 @@
|
|||
#define __analysis_noreturn
|
||||
#define __kernel_entry
|
||||
|
||||
#if (_MSC_VER >= 1000) && !defined(__midl) && defined(_PREFAST_)
|
||||
|
||||
#define __inner_data_source(src_raw) _SA_annotes1(SAL_untrusted_data_source,src_raw)
|
||||
#define __out_data_source(src_sym) _Post_ __inner_data_source(#src_sym)
|
||||
|
||||
#else
|
||||
|
||||
#define __out_data_source(src_sym)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue