Addendum to r74897: use the appropriate keyword (by Thomas)

CORE-4375

svn path=/trunk/; revision=74898
This commit is contained in:
Pierre Schweitzer 2017-06-04 08:09:29 +00:00
parent 0978c888bd
commit d35d70f2de
2 changed files with 2 additions and 2 deletions

View file

@ -1109,7 +1109,7 @@ UDFQueueDelayedClose(
{ {
PtrUDFIrpContextLite IrpContextLite; PtrUDFIrpContextLite IrpContextLite;
BOOLEAN StartWorker = FALSE; BOOLEAN StartWorker = FALSE;
volatile BOOLEAN AcquiredVcb = FALSE; _SEH2_VOLATILE BOOLEAN AcquiredVcb = FALSE;
NTSTATUS RC; NTSTATUS RC;
AdPrint((" UDFQueueDelayedClose\n")); AdPrint((" UDFQueueDelayedClose\n"));

View file

@ -205,7 +205,7 @@ UDFCommonCreate(
PACCESS_STATE AccessState; PACCESS_STATE AccessState;
PVCB Vcb = NULL; PVCB Vcb = NULL;
volatile BOOLEAN AcquiredVcb = FALSE; _SEH2_VOLATILE BOOLEAN AcquiredVcb = FALSE;
BOOLEAN OpenExisting = FALSE; BOOLEAN OpenExisting = FALSE;
PERESOURCE Res1 = NULL; PERESOURCE Res1 = NULL;
PERESOURCE Res2 = NULL; PERESOURCE Res2 = NULL;