mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Fix compilation of ntoskrnl
svn path=/trunk/; revision=23643
This commit is contained in:
@@ -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 ****************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user