mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix build.
svn path=/trunk/; revision=25884
This commit is contained in:
@@ -164,7 +164,7 @@ MmIsDriverVerifying(IN PDRIVER_OBJECT DriverObject)
|
||||
if (!LdrEntry) return FALSE;
|
||||
|
||||
/* Check if we're verifying or not */
|
||||
return (LdrEntry->Flags & LDRP_DRIVER_VERIFYING) ? TRUE: FALSE;
|
||||
return (LdrEntry->Flags & LDRP_IMAGE_VERIFYING) ? TRUE: FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user