mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 17:30:32 +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;
|
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"));
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue