mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[SDK] driverspecs.h: Add missing dummy _IRQL_limited_to_() definition (when _PREFAST_ is not defined).
Addendum to commit 8a688204
.
This commit is contained in:
parent
e9f3790aa4
commit
f6c8155239
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ __PRIMOP(int, _Is_driver_(void);)
|
|||
#define _IRQL_saves_
|
||||
#define _IRQL_saves_global_(kind,param)
|
||||
#define _IRQL_uses_cancel_
|
||||
#define _IRQL_limited_to_(level)
|
||||
#define _Kernel_clear_do_init_(yesNo)
|
||||
#define _Kernel_float_restored_
|
||||
#define _Kernel_float_saved_
|
||||
|
|
Loading…
Reference in a new issue