Fix type mismatch in BlGetEditableOptions OptionsCount parameter

This commit is contained in:
2025-08-30 20:35:01 +02:00
parent ba65264d1e
commit 72a832f190
3 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -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