mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:11:54 +00:00
[PSDK] Add definitions required for newer storage class drivers (cdrom)
CORE-17129
This commit is contained in:
parent
d7d716a64c
commit
99489553fc
11 changed files with 634 additions and 119 deletions
|
@ -48,6 +48,13 @@
|
|||
#define __nullnullterminated
|
||||
#define __in_data_source(src_sym)
|
||||
#define __kernel_entry
|
||||
#define __range(lb,ub)
|
||||
#define __in_bound
|
||||
#define __out_bound
|
||||
#define __in_range(lb,ub)
|
||||
#define __out_range(lb,ub)
|
||||
#define __deref_in_range(lb,ub)
|
||||
#define __deref_out_range(lb,ub)
|
||||
|
||||
#if (_MSC_VER >= 1000) && !defined(__midl) && defined(_PREFAST_)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue