mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[PSDK]
* Add __out_data_source annotation. svn path=/trunk/; revision=55068
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user