mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[UDFS]
Addendum to r74897: use the appropriate keyword (by Thomas) CORE-4375 svn path=/trunk/; revision=74898
This commit is contained in:
parent
0978c888bd
commit
d35d70f2de
2 changed files with 2 additions and 2 deletions
|
@ -1109,7 +1109,7 @@ UDFQueueDelayedClose(
|
|||
{
|
||||
PtrUDFIrpContextLite IrpContextLite;
|
||||
BOOLEAN StartWorker = FALSE;
|
||||
volatile BOOLEAN AcquiredVcb = FALSE;
|
||||
_SEH2_VOLATILE BOOLEAN AcquiredVcb = FALSE;
|
||||
NTSTATUS RC;
|
||||
|
||||
AdPrint((" UDFQueueDelayedClose\n"));
|
||||
|
|
|
@ -205,7 +205,7 @@ UDFCommonCreate(
|
|||
PACCESS_STATE AccessState;
|
||||
|
||||
PVCB Vcb = NULL;
|
||||
volatile BOOLEAN AcquiredVcb = FALSE;
|
||||
_SEH2_VOLATILE BOOLEAN AcquiredVcb = FALSE;
|
||||
BOOLEAN OpenExisting = FALSE;
|
||||
PERESOURCE Res1 = NULL;
|
||||
PERESOURCE Res2 = NULL;
|
||||
|
|
Loading…
Reference in a new issue