mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
Fix compilation of ntoskrnl
svn path=/trunk/; revision=23643
This commit is contained in:
parent
1288ce8d7c
commit
b8d9b16369
1 changed files with 2 additions and 3 deletions
|
@ -53,9 +53,8 @@
|
|||
((type) == KdbAccessReadWrite ? "rdwr" : "exec")))
|
||||
|
||||
#define NPX_STATE_TO_STRING(state) \
|
||||
((state) == NPX_STATE_INVALID ? "Invalid" : \
|
||||
((state) == NPX_STATE_VALID ? "Valid" : \
|
||||
((state) == NPX_STATE_DIRTY ? "Dirty" : "Unknown")))
|
||||
((state) == NPX_STATE_LOADED ? "Loaded" : \
|
||||
((state) == NPX_STATE_NOT_LOADED ? "Not loaded" : "Unknown"))
|
||||
|
||||
/* PROTOTYPES ****************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue