forked from xt-sys/exectos
Fix type mismatch in BlGetEditableOptions OptionsCount parameter
This commit is contained in:
@@ -195,7 +195,7 @@ BlGetConfigValue(IN CONST PWCHAR ConfigName,
|
||||
XTCDECL
|
||||
VOID
|
||||
BlGetEditableOptions(OUT CONST PWCHAR **OptionsArray,
|
||||
OUT PSIZE_T OptionsCount)
|
||||
OUT PULONG OptionsCount)
|
||||
{
|
||||
ULONG Count = 0;
|
||||
|
||||
|
@@ -161,7 +161,7 @@ BlGetConfigurationTable(IN PEFI_GUID TableGuid,
|
||||
XTCDECL
|
||||
VOID
|
||||
BlGetEditableOptions(OUT CONST PWCHAR **OptionsArray,
|
||||
OUT PSIZE_T OptionsCount);
|
||||
OUT PULONG OptionsCount);
|
||||
|
||||
XTCDECL
|
||||
EFI_STATUS
|
||||
|
Reference in New Issue
Block a user