diff options
Diffstat (limited to 'Application/EfiDSEFix/src/EfiDSEFix.h')
-rw-r--r-- | Application/EfiDSEFix/src/EfiDSEFix.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Application/EfiDSEFix/src/EfiDSEFix.h b/Application/EfiDSEFix/src/EfiDSEFix.h index 9b79489..c25fda2 100644 --- a/Application/EfiDSEFix/src/EfiDSEFix.h +++ b/Application/EfiDSEFix/src/EfiDSEFix.h @@ -28,7 +28,8 @@ TestSetVariableHook( NTSTATUS AdjustCiOptions( _In_ ULONG CiOptionsValue, - _Out_opt_ PULONG OldCiOptionsValue + _Out_opt_ PULONG OldCiOptionsValue, + _In_ BOOLEAN ReadOnly ); // sysinfo.cpp |